Searched refs:source_format (Results 1 – 4 of 4) sorted by relevance
40 static unsigned int get_bytes_per_element(enum source_format_class source_format, bool is_chroma) in get_bytes_per_element() argument44 if (source_format == dm_444_16) { in get_bytes_per_element()47 } else if (source_format == dm_444_32) { in get_bytes_per_element()50 } else if (source_format == dm_444_64) { in get_bytes_per_element()53 } else if (source_format == dm_420_8) { in get_bytes_per_element()58 } else if (source_format == dm_420_10) { in get_bytes_per_element()67 static bool is_dual_plane(enum source_format_class source_format) in is_dual_plane() argument71 if ((source_format == dm_420_8) || (source_format == dm_420_10)) in is_dual_plane()388 int source_format, in dml1_rq_dlg_get_row_heights() argument398 (enum source_format_class) source_format, in dml1_rq_dlg_get_row_heights()[all …]
616 …ePixelFormat[mode_lib->vba.NumberOfActivePlanes] = (enum source_format_class) (src->source_format); in fetch_pipe_params()814 int hdiv_c = src->source_format >= dm_420_8 && src->source_format <= dm_422_10 ? 2 : 1; in fetch_pipe_params()815 int vdiv_c = src->source_format >= dm_420_8 && src->source_format <= dm_420_12 ? 2 : 1; in fetch_pipe_params()
183 dml_print("DML PARAMS: source_format = %d\n", pipe_src->source_format); in dml_log_pipe_params()
383 int source_format; member