Home
last modified time | relevance | path

Searched refs:chroma_width (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/base/
Dfakevideorenderer.h135 size_t chroma_width = frame->GetChromaWidth(); in CheckFrameColorYuv() local
144 for (size_t j = 0; j < chroma_width; ++j) { in CheckFrameColorYuv()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.h48 unsigned chroma_width, chroma_height; member
Dvl_mpeg12_decoder.c867 if (!vl_zscan_init(&dec->zscan_c, dec->base.context, dec->chroma_width, dec->chroma_height, in init_zscan()
935 if(!vl_idct_init(&dec->idct_c, dec->base.context, dec->chroma_width, dec->chroma_height, in init_idct()
1065 dec->chroma_width = dec->base.width / 2; in vl_create_mpeg12_decoder()
1069 dec->chroma_width = dec->base.width; in vl_create_mpeg12_decoder()
1073 dec->chroma_width = dec->base.width; in vl_create_mpeg12_decoder()