/external/chromium_org/media/base/ |
video_frame_pool.cc | 26 const gfx::Size& natural_size, 62 const gfx::Size& natural_size, 76 pool_frame->natural_size() == natural_size) { 85 format, coded_size, visible_rect, natural_size, kNoTimestamp()); 118 const gfx::Size& natural_size, 120 return pool_->CreateFrame(format, coded_size, visible_rect, natural_size,
|
video_decoder_config.cc | 24 const gfx::Size& natural_size, 28 Initialize(codec, profile, format, coded_size, visible_rect, natural_size, 61 const gfx::Size& natural_size, 88 natural_size_ = natural_size; 107 (natural_size() == config.natural_size()) && 125 << " natural size: [" << natural_size().width() 126 << "," << natural_size().height() << "]" 152 gfx::Size VideoDecoderConfig::natural_size() const { function in class:media::VideoDecoderConfig
|
video_frame_pool.h | 32 const gfx::Size& natural_size,
|
video_decoder_config.h | 81 const gfx::Size& natural_size, 93 const gfx::Size& natural_size, 125 gfx::Size natural_size() const;
|
video_frame_pool_unittest.cc | 18 gfx::Size natural_size(coded_size); 20 format, coded_size, visible_rect, natural_size,
|
video_frame.h | 91 // |natural_size| is the width and height of the frame when the frame's aspect 97 const gfx::Size& natural_size, 105 const gfx::Size& natural_size); 116 // |natural_size| is the width and height of the frame when the frame's aspect 126 const gfx::Size& natural_size, 146 const gfx::Size& natural_size, 162 const gfx::Size& natural_size, 212 const gfx::Size& natural_size() const { return natural_size_; } function in class:media::VideoFrame 258 const gfx::Size& natural_size,
|
video_frame.cc | 25 const gfx::Size& natural_size, 27 DCHECK(IsValidConfig(format, coded_size, visible_rect, natural_size)); 29 format, coded_size, visible_rect, natural_size, timestamp, false)); 76 const gfx::Size& natural_size) { 86 !natural_size.IsEmpty() && 87 natural_size.GetArea() <= limits::kMaxCanvas && 88 natural_size.width() <= limits::kMaxDimension && 89 natural_size.height() <= limits::kMaxDimension); 98 const gfx::Size& natural_size, 105 natural_size, [all...] |
test_helpers.cc | 113 gfx::Size natural_size = coded_size; local 116 VideoFrame::YV12, coded_size, visible_rect, natural_size,
|
/external/chromium_org/media/webm/ |
webm_video_client.cc | 77 gfx::Size natural_size = coded_size; local 83 natural_size = gfx::Size(display_width_, display_height_); 87 natural_size = gfx::Size(display_width_, display_height_); 100 video_codec, profile, format, coded_size, visible_rect, natural_size,
|
/external/chromium_org/media/filters/ |
ffmpeg_video_decoder_unittest.cc | 272 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), 0, 1); local 275 kCodedSize, kVisibleRect, natural_size, 281 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), 1, 0); local 284 kCodedSize, kVisibleRect, natural_size, 290 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), -1, 1); local 293 kCodedSize, kVisibleRect, natural_size, 299 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), 1, -1); local 302 kCodedSize, kVisibleRect, natural_size, 310 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), num, 1); local 313 kCodedSize, kVisibleRect, natural_size, 320 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), 1, den); local [all...] |
gpu_video_decoder.h | 112 gfx::Rect* visible_rect, gfx::Size* natural_size); 168 const gfx::Size& natural_size); 173 gfx::Size natural_size; member in struct:media::GpuVideoDecoder::BufferData
|
ffmpeg_video_decoder.cc | 82 gfx::Size natural_size; 84 natural_size = GetNaturalSize(size, 88 natural_size = config_.natural_size(); 91 if (!VideoFrame::IsValidConfig(format, size, gfx::Rect(size), natural_size)) 96 natural_size, kNoTimestamp());
|
gpu_video_decoder.cc | 51 natural_size(ns) { 307 config_.natural_size())); 320 gfx::Size* natural_size) { 328 *natural_size = it->natural_size; 440 gfx::Size natural_size; local 442 &natural_size); 455 natural_size, local
|
video_renderer_impl.cc | 326 const gfx::Size& natural_size = next_frame->natural_size(); local 327 if (natural_size != last_natural_size_) { 328 last_natural_size_ = natural_size; 329 size_changed_cb_.Run(natural_size);
|
video_renderer_impl_unittest.cc | 187 gfx::Size natural_size = TestVideoConfig::NormalCodedSize(); local 189 VideoFrame::YV12, natural_size, gfx::Rect(natural_size), natural_size,
|
skcanvas_video_renderer_unittest.cc | 109 EXPECT_EQ(cropped_frame()->natural_size().width() * kHeight, 110 cropped_frame()->natural_size().height() * kWidth);
|
chunk_demuxer_unittest.cc | 510 // bear-320x240.webm VideoDecoderConfig returns 320x240 for its natural_size() 511 // bear-640x360.webm VideoDecoderConfig returns 640x360 for its natural_size() [all...] |
decrypting_demuxer_stream_unittest.cc | 295 EXPECT_EQ(input_config.natural_size(), output_config.natural_size());
|
ffmpeg_demuxer_unittest.cc | 255 EXPECT_EQ(320, video_config.natural_size().width()); 256 EXPECT_EQ(240, video_config.natural_size().height());
|
/external/chromium_org/content/renderer/media/ |
webmediaplayer_ms.cc | 212 size = current_frame_->natural_size(); 382 current_frame_->natural_size() != frame->natural_size();
|
rtc_video_decoder_factory_tv_unittest.cc | 150 EXPECT_EQ(size_, video_stream_->video_decoder_config().natural_size()); 285 EXPECT_EQ(new_size, video_stream_->video_decoder_config().natural_size());
|
/external/chromium_org/media/mp2t/ |
es_parser_h264.cc | 468 gfx::Size natural_size((visible_rect.width() * sar_width) / sar_height, 470 if (natural_size.width() == 0) 485 natural_size,
|
/external/chromium_org/media/ffmpeg/ |
ffmpeg_common.cc | 388 gfx::Size natural_size = GetNaturalSize( local 401 coded_size = natural_size; 418 coded_size, visible_rect, natural_size,
|
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.cc | 1086 gfx::Size natural_size = video_frame->natural_size(); local [all...] |
/external/chromium_org/media/mp4/ |
mp4_stream_parser.cc | 280 gfx::Size natural_size = GetNaturalSize(visible_rect.size(), local 286 coded_size, visible_rect, natural_size,
|