/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/base/ |
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
|
test_helpers.cc | 113 gfx::Size natural_size = coded_size; local 116 VideoFrame::YV12, 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,
|
/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/media/filters/ |
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);
|
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.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
|
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
|
video_renderer_impl_unittest.cc | 187 gfx::Size natural_size = TestVideoConfig::NormalCodedSize(); local 189 VideoFrame::YV12, natural_size, gfx::Rect(natural_size), natural_size,
|
/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,
|
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.cc | 1086 gfx::Size natural_size = video_frame->natural_size(); local [all...] |