Searched defs:y_plane (Results 1 – 14 of 14) sorted by relevance
| /external/webrtc/common_video/ |
| D | video_frame_buffer.cc | 27 const uint8_t* y_plane, in WrappedYuvBuffer() 82 const uint8_t* y_plane, in WrappedYuvaBuffer() 149 const uint16_t* y_plane, in WrappedYuv16BBuffer() 239 const uint8_t* y_plane, in WrapI420Buffer() 255 const uint8_t* y_plane, in WrapI420ABuffer() 273 const uint8_t* y_plane, in WrapI422Buffer() 289 const uint8_t* y_plane, in WrapI444Buffer() 306 const uint8_t* y_plane, in WrapYuvBuffer() 331 const uint16_t* y_plane, in WrapI010Buffer() 347 const uint16_t* y_plane, in WrapI210Buffer()
|
| /external/webrtc/media/base/ |
| D | fake_video_renderer.cc | 36 const uint8_t* y_plane = i420_buffer->DataY(); in CheckFrameColorYuv() local
|
| /external/webrtc/api/video/ |
| D | nv12_buffer.cc | 143 const uint8_t* y_plane = src.DataY() + src.StrideY() * offset_y + offset_x; in CropAndScaleFrom() local
|
| D | i010_buffer.cc | 217 const uint16_t* y_plane = src.DataY() + src.StrideY() * offset_y + offset_x; in CropAndScaleFrom() local
|
| D | i444_buffer.cc | 199 const uint8_t* y_plane = src.DataY() + src.StrideY() * offset_y + offset_x; in CropAndScaleFrom() local
|
| D | i420_buffer.cc | 202 const uint8_t* y_plane = src.DataY() + src.StrideY() * offset_y + offset_x; in CropAndScaleFrom() local
|
| D | i422_buffer.cc | 218 const uint8_t* y_plane = src.DataY() + src.StrideY() * offset_y + offset_x; in CropAndScaleFrom() local
|
| D | i210_buffer.cc | 327 const uint16_t* y_plane = src.DataY() + src.StrideY() * offset_y + offset_x; in CropAndScaleFrom() local
|
| /external/webrtc/rtc_tools/frame_analyzer/ |
| D | video_geometry_aligner.cc | 49 const uint8_t* y_plane = in CropAndZoom() local
|
| /external/crosvm/media/libva/src/ |
| D | lib.rs | 70 let y_plane = data[offset..(offset + pitch * height)] in crc_nv12_image() localVariable
|
| /external/minigbm/ |
| D | msm.c | 102 uint32_t y_stride, uv_stride, y_scanline, uv_scanline, y_plane, uv_plane, size, in msm_calculate_layout() local
|
| /external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
| D | frame_buffer_common_utils.cc | 361 const uint8* y_plane, const uint8* u_plane, const uint8* v_plane, in CreateFromYuvRawBuffer()
|
| /external/mesa3d/src/intel/vulkan/ |
| D | anv_formats.c | 112 #define y_plane(__plane, __hw_fmt, __swizzle, __ycbcr_swizzle, dhs, dvs) \ macro
|
| /external/libgav1/src/post_filter/ |
| D | cdef.cc | 120 const bool y_plane, in PrepareCdefBlock()
|