HomeSort by relevance Sort by last modified time
    Searched defs:luma_size (Results 1 - 7 of 7) sorted by null

  /external/libavc/test/encoder/
recon.c 90 WORD32 luma_size; local
98 luma_size = ps_app_ctxt->u4_max_wd * ps_app_ctxt->u4_max_ht;
99 chroma_size = (luma_size) / 4;
100 pic_size = luma_size + chroma_size * 2;
159 WORD32 luma_size; local
164 luma_size = ps_app_ctxt->u4_max_wd * ps_app_ctxt->u4_max_ht;
165 chroma_size = (luma_size) / 4;
168 pu1_buf += luma_size;
input.c 233 WORD32 luma_size; local
245 luma_size = ps_app_ctxt->u4_wd * ps_app_ctxt->u4_ht;
246 chroma_size = luma_size >> 1;
247 pic_size = luma_size + chroma_size;
  /external/autotest/client/deps/glbench/src/
yuvtest.cc 138 const int luma_size = YUV2RGB_WIDTH * YUV2RGB_PIXEL_HEIGHT; local
140 const char* u_plane = pixels + luma_size;
141 const char* v_plane = pixels + luma_size + chroma_size;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1492 unsigned int luma_size, luma_size_2k; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1696 unsigned int luma_size, luma_size_2k; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1697 unsigned int luma_size, luma_size_2k; local
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1697 unsigned int luma_size, luma_size_2k; local
    [all...]

Completed in 449 milliseconds