Home
last modified time | relevance | path

Searched refs:ChromaWidth (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/
H A Dvideo_color_aligner.cc97 4, std::vector<uint8_t>(frame->ChromaWidth() * frame->ChromaHeight())); in FlattenYuvData()
101 frame->height(), result[0].data(), frame->ChromaWidth(), in FlattenYuvData()
102 frame->ChromaWidth(), frame->ChromaHeight(), in FlattenYuvData()
106 frame->ChromaWidth(), frame->ChromaWidth(), in FlattenYuvData()
110 frame->ChromaWidth(), frame->ChromaWidth(), in FlattenYuvData()
192 std::vector<uint8_t> downscaled_y_plane(frame->ChromaWidth() * in AdjustColors()
196 frame->ChromaWidth(), frame->ChromaWidth(), in AdjustColors()
205 frame->DataU() + frame->StrideU() * half_y, frame->ChromaWidth()); in AdjustColors()
207 frame->DataV() + frame->StrideV() * half_y, frame->ChromaWidth()); in AdjustColors()
217 downscaled_y_plane.data() + frame->ChromaWidth() * half_y, in AdjustColors()
[all …]
/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_frame_buffer.h135 virtual int ChromaWidth() const = 0;
166 int ChromaWidth() const final;
191 int ChromaWidth() const final;
210 int ChromaWidth() const final;
244 int ChromaWidth() const final;
257 int ChromaWidth() const final;
266 virtual int ChromaWidth() const = 0;
293 int ChromaWidth() const final;
H A Dvideo_frame_buffer.cc104 int I420BufferInterface::ChromaWidth() const { in ChromaWidth() function in webrtc::I420BufferInterface
128 int I444BufferInterface::ChromaWidth() const { in ChromaWidth() function in webrtc::I444BufferInterface
153 int I422BufferInterface::ChromaWidth() const { in ChromaWidth() function in webrtc::I422BufferInterface
178 int I010BufferInterface::ChromaWidth() const { in ChromaWidth() function in webrtc::I010BufferInterface
190 int I210BufferInterface::ChromaWidth() const { in ChromaWidth() function in webrtc::I210BufferInterface
202 int NV12BufferInterface::ChromaWidth() const { in ChromaWidth() function in webrtc::NV12BufferInterface
/aosp_15_r20/external/libdrm/tests/tegra/
H A Dvic30.c81 c->blending0Struct.ChromaWidth = 16383; in vic30_fill()
82 c->blending0Struct.ChromaWidth = 16383; in vic30_fill()
136 c->blending0Struct.ChromaWidth = 16383; in vic30_blit()
137 c->blending0Struct.ChromaWidth = 16383; in vic30_blit()
169 s->ChromaWidth = 16383; in vic30_blit()
244 c->blending0Struct.ChromaWidth = 16383; in vic30_flip()
245 c->blending0Struct.ChromaWidth = 16383; in vic30_flip()
278 s->ChromaWidth = 16383; in vic30_flip()
H A Dvic30.h171 uint64_t ChromaWidth : 14; /* 107..94 */ member
272 uint64_t ChromaWidth : 14; /* 109..96 */ member
/aosp_15_r20/external/webrtc/test/testsupport/
H A Dvideo_frame_writer_unittest.cc48 int chroma_width = buffer->ChromaWidth(); in CreateI420Buffer()
75 ASSERT_EQ(actual->ChromaWidth(), expected->ChromaWidth()); in AssertI420BuffersEq()
77 int chroma_width = expected->ChromaWidth(); in AssertI420BuffersEq()
/aosp_15_r20/external/webrtc/test/
H A Dframe_utils.cc67 f2_i420->StrideU(), f1_i420->ChromaWidth(), in FrameBufsEqual()
70 f2_i420->StrideV(), f1_i420->ChromaWidth(), in FrameBufsEqual()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_streamer.cpp115 2 * frame->ChromaWidth() * frame->ChromaHeight(); in VsockSendYUVFrame()
119 auto chroma_width = frame->ChromaWidth(); in VsockSendYUVFrame()
/aosp_15_r20/external/webrtc/api/video/test/
H A Di210_buffer_unittest.cc45 for (int col = 0; col < buf->ChromaWidth(); ++col) { in FillI210Buffer()
67 EXPECT_EQ(halfwidth, i210_buffer->ChromaWidth()); in TEST()
H A Di422_buffer_unittest.cc44 for (int col = 0; col < buf->ChromaWidth(); ++col) { in FillI422Buffer()
66 EXPECT_EQ(halfwidth, i422_buffer->ChromaWidth()); in TEST()
H A Di444_buffer_unittest.cc60 EXPECT_EQ(3, i444_buffer->ChromaWidth()); in TEST()
H A Dnv12_buffer_unittest.cc65 EXPECT_EQ(2, nv12_buffer->ChromaWidth()); in TEST()
/aosp_15_r20/external/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc49 int chroma_width = frame.ChromaWidth(); in PrintVideoFrame()
135 int u_size = res_i420_buffer->ChromaWidth() * res_i420_buffer->ChromaHeight(); in TEST_F()
303 int u_size = res_i420_buffer->ChromaWidth() * res_i420_buffer->ChromaHeight(); in TEST_F()
H A Dwebrtc_libyuv.cc68 int chroma_width = input_frame->ChromaWidth(); in ExtractBuffer()
/aosp_15_r20/external/webrtc/rtc_tools/
H A Dvideo_file_reader.cc62 buffer->ChromaWidth() * buffer->ChromaHeight(), file_) || in GetFrame()
64 buffer->ChromaWidth() * buffer->ChromaHeight(), file_)) { in GetFrame()
/aosp_15_r20/external/webrtc/media/base/
H A Dfake_video_renderer.cc49 int chroma_width = i420_buffer->ChromaWidth(); in CheckFrameColorYuv()
/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Dsimulcast_test_fixture_impl.cc138 for (int i = 0; i < i420_buffer->ChromaWidth(); ++i) { in Decoded()
178 SetPlane(buffer->MutableDataU(), plane_colors[1], buffer->ChromaWidth(), in CreateImage()
181 SetPlane(buffer->MutableDataV(), plane_colors[2], buffer->ChromaWidth(), in CreateImage()
/aosp_15_r20/external/webrtc/common_video/
H A Dvideo_frame_unittest.cc67 int chroma_width = buffer->ChromaWidth(); in CreateGradient()
91 int chroma_width = buffer->ChromaWidth(); in CreateNV12Gradient()
/aosp_15_r20/external/webrtc/sdk/objc/api/video_frame_buffer/
H A DRTCNativeI420Buffer.mm83 return _i420Buffer->ChromaWidth();
/aosp_15_r20/external/webrtc/sdk/objc/unittests/
H A Dframe_buffer_helpers.mm58 int chroma_width = buffer->ChromaWidth();
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/
H A Dh264_decoder_impl.cc205 int uv_size = frame_buffer->ChromaWidth() * frame_buffer->ChromaHeight() * in AVGetBuffer2()