/external/chromium_org/third_party/webrtc/common_video/ |
D | plane_unittest.cc | 25 EXPECT_TRUE(plane.IsZeroSize()); in TEST() 37 EXPECT_FALSE(plane.IsZeroSize()); in TEST() 42 EXPECT_TRUE(plane.IsZeroSize()); in TEST() 50 EXPECT_FALSE(plane.IsZeroSize()); in TEST() 52 EXPECT_TRUE(plane.IsZeroSize()); in TEST()
|
D | i420_video_frame.cc | 149 bool I420VideoFrame::IsZeroSize() const { in IsZeroSize() function in webrtc::I420VideoFrame 150 return (y_plane_.IsZeroSize() && u_plane_.IsZeroSize() && in IsZeroSize() 151 v_plane_.IsZeroSize()); in IsZeroSize()
|
D | i420_video_frame_unittest.cc | 31 EXPECT_TRUE(frame.IsZeroSize()); in TEST() 38 EXPECT_FALSE(frame.IsZeroSize()); in TEST() 79 EXPECT_FALSE(frame.IsZeroSize()); in TEST() 81 EXPECT_TRUE(frame.IsZeroSize()); in TEST()
|
D | plane.h | 51 bool IsZeroSize() const {return plane_size_ == 0;} in IsZeroSize() function
|
D | texture_video_frame.cc | 89 bool TextureVideoFrame::IsZeroSize() const { in IsZeroSize() function in webrtc::TextureVideoFrame
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/ |
D | brighten.cc | 20 if (frame->IsZeroSize()) { in Brighten()
|
D | color_enhancement.cc | 25 if (frame->IsZeroSize()) { in ColorEnhancement()
|
D | frame_preprocessor.cc | 98 if (frame.IsZeroSize()) { in PreprocessFrame()
|
D | brightness_detection.cc | 38 if (frame.IsZeroSize()) { in ProcessFrame()
|
D | video_processing_impl.cc | 84 if (frame.IsZeroSize()) { in GetFrameStats()
|
D | content_analysis.cc | 55 if (inputFrame.IsZeroSize()) in ComputeContentMetrics()
|
D | deflickering.cc | 105 if (frame->IsZeroSize()) { in ProcessFrame()
|
/external/chromium_org/third_party/webrtc/modules/utility/source/ |
D | frame_scaler.cc | 28 if (video_frame->IsZeroSize()) { in ResizeFrameIfNeeded()
|
D | file_recorder_impl.cc | 431 if(!IsRecording() || videoFrame.IsZeroSize()) in RecordVideoToFile() 629 if (!IsRecording() || videoFrame.IsZeroSize()) in EncodeAndWriteVideoToFile()
|
D | file_player_impl.cc | 500 if (!videoFrame.IsZeroSize()) in GetVideoFromFile()
|
/external/chromium_org/third_party/webrtc/common_video/interface/ |
D | texture_video_frame.h | 58 virtual bool IsZeroSize() const OVERRIDE;
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
D | scaler.cc | 51 if (src_frame.IsZeroSize()) in Scale()
|
D | webrtc_libyuv.cc | 106 if (frame.IsZeroSize()) in PrintI420VideoFrame() 127 if (input_frame.IsZeroSize()) in ExtractBuffer()
|
/external/chromium_org/third_party/webrtc/modules/video_render/ |
D | incoming_video_stream.cc | 319 !start_image_.IsZeroSize()) { in IncomingVideoStreamProcess() 323 } else if (!timeout_image_.IsZeroSize() && in IncomingVideoStreamProcess()
|
/external/chromium_org/third_party/webrtc/ |
D | video_frame.h | 134 virtual bool IsZeroSize() const;
|
/external/chromium_org/third_party/webrtc/modules/video_render/android/ |
D | video_render_opengles20.cc | 219 if (frameToRender.IsZeroSize()) { in Render()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 330 if (input_frame.IsZeroSize()) { in Encode() 875 if (decoded_image_.IsZeroSize()) { in Copy()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
D | quality_modes_test.cc | 491 if (last_frame_.IsZeroSize()) { in FrameToRender()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_capturer.cc | 606 if (captured_frame_->IsZeroSize()) in SwapCapturedAndDeliverFrameIfAvailable()
|