/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/ |
H A D | video_color_aligner.cc | 97 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 D | video_frame_buffer.h | 135 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 D | video_frame_buffer.cc | 104 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 D | vic30.c | 81 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 D | vic30.h | 171 uint64_t ChromaWidth : 14; /* 107..94 */ member 272 uint64_t ChromaWidth : 14; /* 109..96 */ member
|
/aosp_15_r20/external/webrtc/test/testsupport/ |
H A D | video_frame_writer_unittest.cc | 48 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 D | frame_utils.cc | 67 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/ |
D | camera_streamer.cpp | 115 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 D | i210_buffer_unittest.cc | 45 for (int col = 0; col < buf->ChromaWidth(); ++col) { in FillI210Buffer() 67 EXPECT_EQ(halfwidth, i210_buffer->ChromaWidth()); in TEST()
|
H A D | i422_buffer_unittest.cc | 44 for (int col = 0; col < buf->ChromaWidth(); ++col) { in FillI422Buffer() 66 EXPECT_EQ(halfwidth, i422_buffer->ChromaWidth()); in TEST()
|
H A D | i444_buffer_unittest.cc | 60 EXPECT_EQ(3, i444_buffer->ChromaWidth()); in TEST()
|
H A D | nv12_buffer_unittest.cc | 65 EXPECT_EQ(2, nv12_buffer->ChromaWidth()); in TEST()
|
/aosp_15_r20/external/webrtc/common_video/libyuv/ |
H A D | libyuv_unittest.cc | 49 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 D | webrtc_libyuv.cc | 68 int chroma_width = input_frame->ChromaWidth(); in ExtractBuffer()
|
/aosp_15_r20/external/webrtc/rtc_tools/ |
H A D | video_file_reader.cc | 62 buffer->ChromaWidth() * buffer->ChromaHeight(), file_) || in GetFrame() 64 buffer->ChromaWidth() * buffer->ChromaHeight(), file_)) { in GetFrame()
|
/aosp_15_r20/external/webrtc/media/base/ |
H A D | fake_video_renderer.cc | 49 int chroma_width = i420_buffer->ChromaWidth(); in CheckFrameColorYuv()
|
/aosp_15_r20/external/webrtc/modules/video_coding/utility/ |
H A D | simulcast_test_fixture_impl.cc | 138 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 D | video_frame_unittest.cc | 67 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 D | RTCNativeI420Buffer.mm | 83 return _i420Buffer->ChromaWidth();
|
/aosp_15_r20/external/webrtc/sdk/objc/unittests/ |
H A D | frame_buffer_helpers.mm | 58 int chroma_width = buffer->ChromaWidth();
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/ |
H A D | h264_decoder_impl.cc | 205 int uv_size = frame_buffer->ChromaWidth() * frame_buffer->ChromaHeight() * in AVGetBuffer2()
|