Home
last modified time | relevance | path

Searched refs:yuv_color_space (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android_mapper.cpp180 buf_info.yuv_color_space = __DRI_YUV_COLOR_SPACE_ITU_REC709; in mapper_metadata_get_buffer_info()
186 buf_info.yuv_color_space = __DRI_YUV_COLOR_SPACE_ITU_REC601; in mapper_metadata_get_buffer_info()
190 buf_info.yuv_color_space = __DRI_YUV_COLOR_SPACE_ITU_REC2020; in mapper_metadata_get_buffer_info()
H A Dplatform_ohos.h106 enum __DRIYUVColorSpace yuv_color_space; member
H A Dplatform_android.h133 enum __DRIYUVColorSpace yuv_color_space; member
H A Dplatform_android.c244 .yuv_color_space = EGL_ITU_REC601_EXT,
344 .yuv_color_space = EGL_ITU_REC601_EXT,
395 .yuv_color_space = EGL_ITU_REC601_EXT,
425 buf_info->yuv_color_space, buf_info->sample_range,
433 buf_info->pitches, buf_info->offsets, buf_info->yuv_color_space,
H A Dplatform_ohos.c154 .yuv_color_space = EGL_ITU_REC601_EXT, in native_window_buffer_get_buffer_info()
176 buf_info->yuv_color_space, buf_info->sample_range, in ohos_create_image_from_buffer_info()
184 buf_info->pitches, buf_info->offsets, buf_info->yuv_color_space, in ohos_create_image_from_buffer_info()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c391 switch (stimg->yuv_color_space) { in st_bind_egl_image()
393 texObj->yuv_color_space = GL_TEXTURE_YUV_COLOR_SPACE_REC709; in st_bind_egl_image()
396 texObj->yuv_color_space = GL_TEXTURE_YUV_COLOR_SPACE_REC2020; in st_bind_egl_image()
399 texObj->yuv_color_space = GL_TEXTURE_YUV_COLOR_SPACE_REC601; in st_bind_egl_image()
H A Dst_program.h132 switch (stObj->yuv_color_space) { in st_get_external_sampler_key()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.h135 enum __DRIYUVColorSpace yuv_color_space; member
H A Ddri2.c1656 enum __DRIYUVColorSpace yuv_color_space, in dri2_from_dma_bufs()
1671 img->yuv_color_space = yuv_color_space; in dri2_from_dma_bufs()
1685 enum __DRIYUVColorSpace yuv_color_space, in dri2_from_dma_bufs2()
1700 img->yuv_color_space = yuv_color_space; in dri2_from_dma_bufs2()
1714 enum __DRIYUVColorSpace yuv_color_space, in dri2_from_dma_bufs3()
1732 img->yuv_color_space = yuv_color_space; in dri2_from_dma_bufs3()
1652 dri2_from_dma_bufs(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs() argument
1681 dri2_from_dma_bufs2(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs2() argument
1710 dri2_from_dma_bufs3(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, uint32_t flags, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs3() argument
H A Ddri_screen.c752 stimg->yuv_color_space = img->yuv_color_space; in dri_get_egl_image()
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h192 unsigned yuv_color_space; member
/third_party/mesa3d/src/mesa/main/
H A Dmtypes.h1033 enum gl_texture_yuv_color_space yuv_color_space; member

Completed in 20 milliseconds