Home
last modified time | relevance | path

Searched refs:y_plane (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/common_video/
Dvideo_frame_buffer.cc27 const uint8_t* y_plane, in WrappedYuvBuffer() argument
36 y_plane_(y_plane), in WrappedYuvBuffer()
82 const uint8_t* y_plane, in WrappedYuvaBuffer() argument
93 y_plane, in WrappedYuvaBuffer()
133 const uint16_t* y_plane, in WrappedYuv16BBuffer() argument
142 y_plane_(y_plane), in WrappedYuv16BBuffer()
207 const uint8_t* y_plane, in WrapI420Buffer() argument
216 width, height, y_plane, y_stride, u_plane, u_stride, v_plane, in WrapI420Buffer()
223 const uint8_t* y_plane, in WrapI420ABuffer() argument
234 width, height, y_plane, y_stride, u_plane, u_stride, v_plane, in WrapI420ABuffer()
[all …]
/external/webrtc/common_video/include/
Dvideo_frame_buffer.h26 const uint8_t* y_plane,
37 const uint8_t* y_plane,
48 const uint8_t* y_plane,
62 const uint8_t* y_plane,
73 const uint16_t* y_plane,
/external/minigbm/
Dmsm.c98 uint32_t y_stride, uv_stride, y_scanline, uv_scanline, y_plane, uv_plane, size, in msm_calculate_layout() local
106 y_plane = y_stride * y_scanline; in msm_calculate_layout()
110 y_plane = ALIGN(y_plane, PLANE_SIZE_ALIGN); in msm_calculate_layout()
112 y_plane += get_ubwc_meta_size(width, height, 32, 8); in msm_calculate_layout()
120 bo->meta.sizes[0] = y_plane; in msm_calculate_layout()
121 bo->meta.offsets[1] = y_plane; in msm_calculate_layout()
123 size = y_plane + uv_plane + extra_padding; in msm_calculate_layout()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c112 #define y_plane(__plane, __hw_fmt, __swizzle, __ycbcr_swizzle, dhs, dvs) \ macro
343 y_plane(0, ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
345y_plane(0, ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
347 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
351 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
354 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
358 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
361 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
392 y_plane(0, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
396 y_plane(0, ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
[all …]
/external/crosvm/devices/src/virtio/video/encoder/
Dencoder.rs158 let y_plane = PlaneFormat { in populate_src_params() localVariable
163 plane_size: y_plane.plane_size / 2, in populate_src_params()
166 vec![y_plane, crcb_plane] in populate_src_params()
/external/webrtc/media/base/
Dfake_video_renderer.h97 const uint8_t* y_plane = i420_buffer->DataY(); in CheckFrameColorYuv() local
98 const uint8_t* y_pos = y_plane; in CheckFrameColorYuv()
/external/webrtc/rtc_tools/converter/
Dconverter.cc105 bool Converter::AddYUVToFile(uint8_t* y_plane, in AddYUVToFile() argument
112 bool success = AddYUVPlaneToFile(y_plane, y_plane_size, output_file) && in AddYUVToFile()
Dconverter.h62 bool AddYUVToFile(uint8_t* y_plane,
/external/libgav1/libgav1/src/post_filter/
Dcdef.cc120 const bool y_plane, in PrepareCdefBlock() argument
123 assert(y_plane || planes_ == kMaxPlanes); in PrepareCdefBlock()
124 const int max_planes = y_plane ? 1 : kMaxPlanes; in PrepareCdefBlock()
125 const int8_t subsampling_x = y_plane ? 0 : subsampling_x_[kPlaneU]; in PrepareCdefBlock()
126 const int8_t subsampling_y = y_plane ? 0 : subsampling_y_[kPlaneU]; in PrepareCdefBlock()
146 for (int plane = y_plane ? kPlaneY : kPlaneU; plane < max_planes; ++plane) { in PrepareCdefBlock()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_geometry_aligner.cc49 const uint8_t* y_plane = in CropAndZoom() local
59 libyuv::I420Scale(y_plane, frame->StrideY(), u_plane, frame->StrideU(), in CropAndZoom()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_common_utils.cc361 const uint8* y_plane, const uint8* u_plane, const uint8* v_plane, in CreateFromYuvRawBuffer() argument
369 planes = {{y_plane, /*stride=*/{row_stride_y, pixel_stride_y}}, in CreateFromYuvRawBuffer()
374 planes = {{y_plane, /*stride=*/{row_stride_y, pixel_stride_y}}, in CreateFromYuvRawBuffer()
Dframe_buffer_common_utils.h126 const uint8* y_plane, const uint8* u_plane, const uint8* v_plane,
/external/webrtc/api/video/
Di010_buffer.cc229 const uint16_t* y_plane = src.DataY() + src.StrideY() * offset_y + offset_x; in CropAndScaleFrom() local
235 y_plane, src.StrideY(), u_plane, src.StrideU(), v_plane, src.StrideV(), in CropAndScaleFrom()
Di420_buffer.cc202 const uint8_t* y_plane = src.DataY() + src.StrideY() * offset_y + offset_x; in CropAndScaleFrom() local
208 libyuv::I420Scale(y_plane, src.StrideY(), u_plane, src.StrideU(), v_plane, in CropAndScaleFrom()
/external/libgav1/libgav1/src/
Dpost_filter.h373 ptrdiff_t cdef_stride, bool y_plane,