/external/webrtc/common_video/ |
D | video_frame_unittest.cc | 35 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 …]
|
D | video_frame_buffer.cc | 266 case VideoFrameBuffer::Type::kI420: in WrapYuvBuffer()
|
/external/webrtc/test/testsupport/ |
D | video_frame_writer.cc | 40 CalcBufferSize(VideoType::kI420, scaled->width(), scaled->height()); in ExtractI420BufferWithSize() 48 CalcBufferSize(VideoType::kI420, frame.width(), frame.height()); in ExtractI420BufferWithSize()
|
D | ivf_video_frame_generator_unittest.cc | 117 kWidth, kHeight, test::FrameGeneratorInterface::OutputType::kI420, in CreateTestVideoFile()
|
/external/webrtc/test/ |
D | frame_generator.cc | 72 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()
|
D | vcm_capturer.cc | 53 capability_.videoType = VideoType::kI420; in Init()
|
D | frame_generator_capturer.h | 44 FrameGeneratorInterface::OutputType::kI420;
|
/external/webrtc/api/test/ |
D | frame_generator_interface.h | 35 enum class OutputType { kI420, kI420A, kI010 }; enumerator
|
D | create_frame_generator.cc | 29 width, height, type.value_or(FrameGeneratorInterface::OutputType::kI420), in CreateSquareFrameGenerator()
|
/external/webrtc/api/video/ |
D | video_frame_buffer.cc | 39 return Type::kI420; in type()
|
D | video_frame_buffer.h | 49 kI420, enumerator
|
/external/webrtc/common_video/libyuv/ |
D | libyuv_unittest.cc | 58 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()
|
D | webrtc_libyuv.cc | 28 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/ |
D | encoded_video_frame_producer.cc | 54 test::FrameGeneratorInterface::OutputType::kI420, absl::nullopt); in Encode()
|
D | video_codec_unittest.cc | 79 test::FrameGeneratorInterface::OutputType::kI420, absl::optional<int>()); in SetUp()
|
D | videoprocessor.cc | 101 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/ |
D | webrtc_libyuv.h | 32 kI420, enumerator
|
/external/webrtc/media/base/ |
D | adapted_video_track_source.cc | 52 buffer->type() == webrtc::VideoFrameBuffer::Type::kI420) { in OnFrame()
|
/external/webrtc/modules/video_capture/linux/ |
D | video_capture_linux.cc | 55 _captureVideoType(VideoType::kI420), in VideoCaptureModuleV4L2() 186 _captureVideoType = VideoType::kI420; in StartCapture()
|
D | device_info_linux.cc | 268 cap.videoType = VideoType::kI420; in FillCapabilities()
|
/external/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 208 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/ |
D | device_info_impl.cc | 169 capability.videoType == VideoType::kI420 || in GetBestMatchedCapability()
|
D | video_capture_impl.cc | 87 _requestedCapability.videoType = VideoType::kI420; in VideoCaptureImpl()
|
/external/webrtc/test/scenario/ |
D | scenario_config.h | 104 PixelFormat pixel_format = PixelFormat::kI420;
|
/external/webrtc/modules/video_coding/codecs/multiplex/ |
D | multiplex_encoder_adapter.cc | 74 CalcBufferSize(VideoType::kI420, inst->width, inst->height); in InitEncode()
|