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

  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 503 bool yuv_format = false; local
580 yuv_format = true;
586 yuv_format = true;
595 yuv_format = true;
614 bool needHostCb = ((!yuv_format && frameworkFormat != HAL_PIXEL_FORMAT_BLOB) ||
616 bool needHostCb = (!yuv_format ||
652 if (yuv_format) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 669 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
698 &word4, &yuv_format, do_endian_swap);
    [all...]
r600_state_common.c 2223 uint32_t result = 0, word4 = 0, yuv_format = 0; local
    [all...]
evergreen_state.c 667 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
729 &word4, &yuv_format, do_endian_swap);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 8185 enum color_compression_format yuv_format; local
    [all...]

Completed in 209 milliseconds