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

  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 247 uint32_t yuv_format) {
256 // validate yuv_format
257 RsYuvFormat yuv = (RsYuvFormat)yuv_format;
260 ALOGE("rs_type creation error: Invalid yuv_format %d\n", yuv_format);
295 if (yuv_format != RS_YUV_NONE) {
303 faces, yuv_format);
364 rs_yuv_format yuv_format) {
367 (RsYuvFormat)yuv_format);
390 rs_yuv_format yuv_format) {
    [all...]
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 463 bool yuv_format = false; local
523 yuv_format = true;
529 yuv_format = true;
538 yuv_format = true;
556 bool needHostCb = (!yuv_format ||
587 if (yuv_format) {
    [all...]
  /frameworks/rs/script_api/
rs_allocation_create.spec 84 arg: rs_yuv_format yuv_format, "YUV layout for the Type"
101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 265 uint32_t yuv_format) {
275 // validate yuv_format
276 RsYuvFormat yuv = (RsYuvFormat) yuv_format;
282 ALOGE("rs_type creation error: Invalid yuv_format %d\n", yuv_format);
315 if (yuv_format != RS_YUV_NONE) {
323 faces, yuv_format);
391 rs_yuv_format yuv_format) {
394 (RsYuvFormat) yuv_format);
420 rs_yuv_format yuv_format) {
    [all...]
  /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...]
r600_state.c 1016 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
1038 &word4, &yuv_format);
    [all...]
evergreen_state.c 990 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
1013 &word4, &yuv_format);
    [all...]
  /frameworks/rs/driver/runtime/
rs_allocation.c 503 bool mipmaps, bool faces, rs_yuv_format yuv_format);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 8122 enum color_compression_format yuv_format; local
    [all...]
  /frameworks/rs/script_api/include/
rs_allocation_create.rsh 95 * yuv_format indicates the associated YUV format (or RS_YUV_NONE).
104 * yuv_format: YUV layout for the Type
109 bool faces, rs_yuv_format yuv_format);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_create.rsh 95 * yuv_format indicates the associated YUV format (or RS_YUV_NONE).
104 * yuv_format: YUV layout for the Type
109 bool faces, rs_yuv_format yuv_format);
    [all...]

Completed in 495 milliseconds