Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/frame_analyzer/
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 …]
/external/webrtc/api/video/
Dvideo_frame_buffer.h90 virtual int ChromaWidth() const = 0;
121 int ChromaWidth() const final;
145 int ChromaWidth() const final;
171 int ChromaWidth() const final;
Dvideo_frame_buffer.cc42 int I420BufferInterface::ChromaWidth() const { in ChromaWidth() function in webrtc::I420BufferInterface
66 int I444BufferInterface::ChromaWidth() const { in ChromaWidth() function in webrtc::I444BufferInterface
78 int I010BufferInterface::ChromaWidth() const { in ChromaWidth() function in webrtc::I010BufferInterface
/external/webrtc/test/testsupport/
Dvideo_frame_writer_unittest.cc47 int chroma_width = buffer->ChromaWidth(); in CreateI420Buffer()
74 ASSERT_EQ(actual->ChromaWidth(), expected->ChromaWidth()); in AssertI420BuffersEq()
76 int chroma_width = expected->ChromaWidth(); in AssertI420BuffersEq()
/external/webrtc/test/
Dframe_utils.cc66 f2_i420->StrideU(), f1_i420->ChromaWidth(), in FrameBufsEqual()
69 f2_i420->StrideV(), f1_i420->ChromaWidth(), in FrameBufsEqual()
/external/webrtc/rtc_tools/
Dvideo_file_reader.cc62 buffer->ChromaWidth() * buffer->ChromaHeight(), file_) || in GetFrame()
64 buffer->ChromaWidth() * buffer->ChromaHeight(), file_)) { in GetFrame()
/external/webrtc/media/base/
Dfake_video_renderer.h110 int chroma_width = i420_buffer->ChromaWidth(); in CheckFrameColorYuv()
/external/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc107 int u_size = res_i420_buffer->ChromaWidth() * res_i420_buffer->ChromaHeight(); in TEST_F()
275 int u_size = res_i420_buffer->ChromaWidth() * res_i420_buffer->ChromaHeight(); in TEST_F()
Dwebrtc_libyuv.cc75 int chroma_width = frame.ChromaWidth(); in PrintVideoFrame()
109 int chroma_width = input_frame->ChromaWidth(); in ExtractBuffer()
/external/webrtc/sdk/objc/api/video_frame_buffer/
DRTCNativeI420Buffer.mm83 return _i420Buffer->ChromaWidth();
/external/webrtc/sdk/objc/unittests/
Dframe_buffer_helpers.mm58 int chroma_width = buffer->ChromaWidth();
/external/webrtc/modules/video_coding/utility/
Dsimulcast_test_fixture_impl.cc147 for (int i = 0; i < i420_buffer->ChromaWidth(); ++i) { in Decoded()
187 SetPlane(buffer->MutableDataU(), plane_colors[1], buffer->ChromaWidth(), in CreateImage()
190 SetPlane(buffer->MutableDataV(), plane_colors[2], buffer->ChromaWidth(), in CreateImage()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.cc109 int uv_size = frame_buffer->ChromaWidth() * frame_buffer->ChromaHeight(); in AVGetBuffer2()
/external/webrtc/common_video/
Dvideo_frame_unittest.cc143 int chroma_width = buffer->ChromaWidth(); in CreateGradient()