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

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 504 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
514 view->base.format, swizzle, &word4, &yuv_format);
r600_texture.c 845 uint32_t result = 0, word4 = 0, yuv_format = 0; local
899 yuv_format |= (1 << 30);
    [all...]
evergreen_state.c 990 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
1013 &word4, &yuv_format);
    [all...]
r600_state.c 1016 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
1038 &word4, &yuv_format);
    [all...]
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 206 bool yuv_format = false; local
265 yuv_format = true;
271 yuv_format = true;
281 yuv_format = true;
299 if (yuv_format) {
357 if (!yuv_format ||
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 7974 enum color_compression_format yuv_format; local
    [all...]

Completed in 534 milliseconds