Searched refs:chroma_format_idc (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp101 unsigned chroma_format_idc = 1; // 4:2:0 chroma format local
106 chroma_format_idc = parseUE(&br);
107 if (chroma_format_idc == 3) {
178 if (chroma_format_idc == 0 /* monochrome */) {
182 unsigned subWidthC = (chroma_format_idc == 3) ? 1 : 2;
183 unsigned subHeightC = (chroma_format_idc == 1) ? 2 : 1;

Completed in 55 milliseconds