HomeSort by relevance Sort by last modified time
    Searched defs:natural_size (Results 1 - 12 of 12) sorted by null

  /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,
86 natural_size_ = natural_size;
105 (natural_size() == config.natural_size()) &&
123 << " natural size: [" << natural_size().width()
124 << "," << natural_size().height() << "]"
150 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 95 // |natural_size| is the width and height of the frame when the frame's aspect
101 const gfx::Size& natural_size,
109 const gfx::Size& natural_size);
120 // |natural_size| is the width and height of the frame when the frame's aspect
130 const gfx::Size& natural_size,
149 const gfx::Size& natural_size,
164 const gfx::Size& natural_size,
199 const gfx::Size& natural_size() const { return natural_size_; } function in class:media::VideoFrame
245 const gfx::Size& natural_size,
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.cc 367 gfx::Size natural_size = GetNaturalSize( local
374 coded_size = natural_size;
391 coded_size, visible_rect, natural_size,
  /external/chromium_org/media/filters/
video_renderer_base.cc 308 const gfx::Size& natural_size = next_frame->natural_size(); local
309 if (natural_size != last_natural_size_) {
310 last_natural_size_ = natural_size;
311 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 49 natural_size(ns) {
289 config_.natural_size()));
302 gfx::Size* natural_size) {
310 *natural_size = it->natural_size;
421 gfx::Size natural_size; local
423 &natural_size);
436 natural_size,
gpu_video_decoder.h 92 gfx::Rect* visible_rect, gfx::Size* natural_size);
160 const gfx::Size& natural_size);
165 gfx::Size natural_size; member in struct:media::GpuVideoDecoder::BufferData
video_renderer_base_unittest.cc 187 gfx::Size natural_size = TestVideoConfig::NormalCodedSize(); local
189 VideoFrame::RGB32, natural_size, gfx::Rect(natural_size), natural_size,
  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 281 gfx::Size natural_size = GetNaturalSize(visible_rect.size(), local
287 coded_size, visible_rect, natural_size,
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 828 gfx::Size natural_size = current_frame_->natural_size(); local
830 stream_texture_factory_->SetStreamTextureSize(stream_id_, natural_size);
832 cached_stream_texture_size_ = natural_size;
    [all...]

Completed in 484 milliseconds