Home
last modified time | relevance | path

Searched refs:sample_range (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android_mapper.cpp199 buf_info.sample_range = __DRI_YUV_FULL_RANGE; in mapper_metadata_get_buffer_info()
202 buf_info.sample_range = __DRI_YUV_NARROW_RANGE; in mapper_metadata_get_buffer_info()
H A Dplatform_ohos.h107 enum __DRISampleRange sample_range; member
H A Dplatform_android.h134 enum __DRISampleRange sample_range; member
H A Dplatform_android.c245 .sample_range = EGL_YUV_NARROW_RANGE_EXT,
345 .sample_range = EGL_YUV_NARROW_RANGE_EXT,
396 .sample_range = EGL_YUV_NARROW_RANGE_EXT,
425 buf_info->yuv_color_space, buf_info->sample_range,
434 buf_info->sample_range, buf_info->horizontal_siting,
H A Dplatform_ohos.c155 .sample_range = EGL_YUV_NARROW_RANGE_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()
185 buf_info->sample_range, buf_info->horizontal_siting, in ohos_create_image_from_buffer_info()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.h136 enum __DRISampleRange sample_range; member
H A Ddri2.c1657 enum __DRISampleRange sample_range, in dri2_from_dma_bufs()
1672 img->sample_range = sample_range; in dri2_from_dma_bufs()
1686 enum __DRISampleRange sample_range, in dri2_from_dma_bufs2()
1701 img->sample_range = sample_range; in dri2_from_dma_bufs2()
1715 enum __DRISampleRange sample_range, in dri2_from_dma_bufs3()
1733 img->sample_range = sample_range; 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.c753 stimg->yuv_range = img->sample_range; in dri_get_egl_image()
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h1461 enum __DRISampleRange sample_range,
1553 enum __DRISampleRange sample_range,
1650 enum __DRISampleRange sample_range,
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp1068 const int sample_range = ImAbs(a_max_sample - a_min_sample); in _PathArcToFastEx() local
1071 int samples = sample_range + 1; in _PathArcToFastEx()
1075 samples = sample_range / a_step + 1; in _PathArcToFastEx()
1076 const int overstep = sample_range % a_step; in _PathArcToFastEx()
1085 if (sample_range > 0) in _PathArcToFastEx()

Completed in 22 milliseconds