Searched defs:natural_size (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/media/base/
H A Dvideo_decoder_config.cc24 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
19 VideoDecoderConfig(VideoCodec codec, VideoCodecProfile profile, VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, const uint8* extra_data, size_t extra_data_size, bool is_encrypted) argument
56 Initialize(VideoCodec codec, VideoCodecProfile profile, VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, const uint8* extra_data, size_t extra_data_size, bool is_encrypted, bool record_stats) argument
H A Dvideo_frame_pool.cc26 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,
58 CreateFrame( VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, base::TimeDelta timestamp) argument
114 CreateFrame( VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, base::TimeDelta timestamp) argument
H A Dtest_helpers.cc113 gfx::Size natural_size = coded_size; local
116 VideoFrame::YV12, coded_size, visible_rect, natural_size,
H A Dvideo_frame.h91 // |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,
H A Dvideo_frame.cc25 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,
21 CreateFrame( VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, base::TimeDelta timestamp) argument
73 IsValidConfig(VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size) argument
93 WrapNativeTexture( scoped_ptr<MailboxHolder> mailbox_holder, uint32 texture_target, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, base::TimeDelta timestamp, const ReadPixelsCB& read_pixels_cb, const base::Closure& no_longer_needed_cb) argument
123 WrapExternalPackedMemory( Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, uint8* data, size_t data_size, base::SharedMemoryHandle handle, base::TimeDelta timestamp, const base::Closure& no_longer_needed_cb) argument
157 WrapExternalYuvData( Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, int32 y_stride, int32 u_stride, int32 v_stride, uint8* y_data, uint8* u_data, uint8* v_data, base::TimeDelta timestamp, const base::Closure& no_longer_needed_cb) argument
401 VideoFrame(VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, base::TimeDelta timestamp, bool end_of_stream) argument
[all...]
/external/chromium_org/media/webm/
H A Dwebm_video_client.cc77 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/ffmpeg/
H A Dffmpeg_common.cc388 gfx::Size natural_size = GetNaturalSize( local
401 coded_size = natural_size;
418 coded_size, visible_rect, natural_size,
/external/chromium_org/media/filters/
H A Dffmpeg_video_decoder_unittest.cc272 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...]
H A Dgpu_video_decoder.h112 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
H A Dvideo_renderer_impl.cc326 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);
H A Dvideo_renderer_impl_unittest.cc187 gfx::Size natural_size = TestVideoConfig::NormalCodedSize(); local
189 VideoFrame::YV12, natural_size, gfx::Rect(natural_size), natural_size,
H A Dgpu_video_decoder.cc51 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
318 GetBufferData(int32 id, base::TimeDelta* timestamp, gfx::Rect* visible_rect, gfx::Size* natural_size) argument
/external/chromium_org/media/mp4/
H A Dmp4_stream_parser.cc280 gfx::Size natural_size = GetNaturalSize(visible_rect.size(), local
286 coded_size, visible_rect, natural_size,
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc1020 canvas_size /* natural_size */,
1086 gfx::Size natural_size = video_frame->natural_size(); local
1089 stream_texture_factory_->SetStreamTextureSize(stream_id_, natural_size);
1091 cached_stream_texture_size_ = natural_size;

Completed in 223 milliseconds