Home
last modified time | relevance | path

Searched refs:kI420 (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/common_video/
Dvideo_frame_unittest.cc35 case VideoFrameBuffer::Type::kI420: in Create()
47 case VideoFrameBuffer::Type::kI420: in Copy()
60 case VideoFrameBuffer::Type::kI420: in Rotate()
77 case VideoFrameBuffer::Type::kI420: { in CropAndScaleFrom()
113 case VideoFrameBuffer::Type::kI420: { in ScaleFrom()
153 if (type == VideoFrameBuffer::Type::kI420) in CreateGradient()
231 if (buf->type() == VideoFrameBuffer::Type::kI420) { in GetU()
241 if (buf->type() == VideoFrameBuffer::Type::kI420) { in GetV()
251 if (buf->type() == VideoFrameBuffer::Type::kI420) { in GetY()
262 if (canvas->type() == VideoFrameBuffer::Type::kI420) { in PasteFromBuffer()
[all …]
Dvideo_frame_buffer.cc266 case VideoFrameBuffer::Type::kI420: in WrapYuvBuffer()
/external/webrtc/test/testsupport/
Dvideo_frame_writer.cc40 CalcBufferSize(VideoType::kI420, scaled->width(), scaled->height()); in ExtractI420BufferWithSize()
48 CalcBufferSize(VideoType::kI420, frame.width(), frame.height()); in ExtractI420BufferWithSize()
Divf_video_frame_generator_unittest.cc117 kWidth, kHeight, test::FrameGeneratorInterface::OutputType::kI420, in CreateTestVideoFile()
/external/webrtc/test/
Dframe_generator.cc72 case OutputType::kI420: in NextFrame()
116 RTC_DCHECK(frame_buffer->type() == VideoFrameBuffer::Type::kI420 || in Draw()
138 if (frame_buffer->type() == VideoFrameBuffer::Type::kI420) in Draw()
159 frame_size_(CalcBufferSize(VideoType::kI420, in YuvFileGenerator()
Dvcm_capturer.cc53 capability_.videoType = VideoType::kI420; in Init()
Dframe_generator_capturer.h44 FrameGeneratorInterface::OutputType::kI420;
/external/webrtc/api/test/
Dframe_generator_interface.h35 enum class OutputType { kI420, kI420A, kI010 }; enumerator
Dcreate_frame_generator.cc29 width, height, type.value_or(FrameGeneratorInterface::OutputType::kI420), in CreateSquareFrameGenerator()
/external/webrtc/api/video/
Dvideo_frame_buffer.cc39 return Type::kI420; in type()
Dvideo_frame_buffer.h49 kI420, enumerator
/external/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc58 frame_length_(CalcBufferSize(VideoType::kI420, 352, 288)) {} in TestLibYuv()
104 EXPECT_EQ(0, ConvertFromI420(*orig_frame_, VideoType::kI420, 0, in TEST_F()
272 EXPECT_EQ(0, ConvertFromI420(*orig_frame_, VideoType::kI420, 0, in TEST_F()
Dwebrtc_libyuv.cc28 case VideoType::kI420: in CalcBufferSize()
104 size_t length = CalcBufferSize(VideoType::kI420, width, height); in ExtractBuffer()
131 case VideoType::kI420: in ConvertVideoType()
/external/webrtc/modules/video_coding/codecs/test/
Dencoded_video_frame_producer.cc54 test::FrameGeneratorInterface::OutputType::kI420, absl::nullopt); in Encode()
Dvideo_codec_unittest.cc79 test::FrameGeneratorInterface::OutputType::kI420, absl::optional<int>()); in SetUp()
Dvideoprocessor.cc101 CalcBufferSize(VideoType::kI420, scaled->width(), scaled->height()); in ExtractI420BufferWithSize()
109 CalcBufferSize(VideoType::kI420, image.width(), image.height()); in ExtractI420BufferWithSize()
/external/webrtc/common_video/libyuv/include/
Dwebrtc_libyuv.h32 kI420, enumerator
/external/webrtc/media/base/
Dadapted_video_track_source.cc52 buffer->type() == webrtc::VideoFrameBuffer::Type::kI420) { in OnFrame()
/external/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.cc55 _captureVideoType(VideoType::kI420), in VideoCaptureModuleV4L2()
186 _captureVideoType = VideoType::kI420; in StartCapture()
Ddevice_info_linux.cc268 cap.videoType = VideoType::kI420; in FillCapabilities()
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc208 capability->videoType = VideoType::kI420; in TranslateMediaTypeToVideoCaptureCapability()
243 VideoType::kI420, VideoType::kYUY2, VideoType::kRGB24, in MediaTypesEnum()
336 case VideoType::kI420: in SetMediaInfoFromVideoType()
/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc169 capability.videoType == VideoType::kI420 || in GetBestMatchedCapability()
Dvideo_capture_impl.cc87 _requestedCapability.videoType = VideoType::kI420; in VideoCaptureImpl()
/external/webrtc/test/scenario/
Dscenario_config.h104 PixelFormat pixel_format = PixelFormat::kI420;
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_encoder_adapter.cc74 CalcBufferSize(VideoType::kI420, inst->width, inst->height); in InitEncode()

12