/external/chromium_org/media/base/ |
D | video_decoder_config.cc | 24 const gfx::Size& natural_size, in VideoDecoderConfig() 61 const gfx::Size& natural_size, in Initialize() 152 gfx::Size VideoDecoderConfig::natural_size() const { in natural_size() function in media::VideoDecoderConfig
|
D | video_frame.cc | 25 const gfx::Size& natural_size, in CreateFrame() 76 const gfx::Size& natural_size) { in IsValidConfig() 98 const gfx::Size& natural_size, in WrapNativeTexture() 127 const gfx::Size& natural_size, in WrapExternalPackedMemory() 161 const gfx::Size& natural_size, in WrapExternalYuvData() 404 const gfx::Size& natural_size, in VideoFrame()
|
D | video_frame_pool.cc | 62 const gfx::Size& natural_size, in CreateFrame() 118 const gfx::Size& natural_size, in CreateFrame()
|
D | video_frame_pool_unittest.cc | 18 gfx::Size natural_size(coded_size); in CreateFrame() local
|
D | video_frame.h | 212 const gfx::Size& natural_size() const { return natural_size_; } in natural_size() function
|
D | test_helpers.cc | 113 gfx::Size natural_size = coded_size; in GetTestConfig() local
|
/external/chromium_org/media/filters/ |
D | ffmpeg_video_decoder_unittest.cc | 272 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), 0, 1); in TEST_F() local 281 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), 1, 0); in TEST_F() local 290 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), -1, 1); in TEST_F() local 299 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), 1, -1); in TEST_F() local 310 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), num, 1); in TEST_F() local 320 gfx::Size natural_size = GetNaturalSize(kVisibleRect.size(), 1, den); in TEST_F() local
|
D | gpu_video_decoder.cc | 320 gfx::Size* natural_size) { in GetBufferData() 440 gfx::Size natural_size; in PictureReady() local
|
D | ffmpeg_video_decoder.cc | 82 gfx::Size natural_size; in GetVideoBuffer() local
|
D | gpu_video_decoder.h | 173 gfx::Size natural_size; member
|
D | video_renderer_impl.cc | 326 const gfx::Size& natural_size = next_frame->natural_size(); in PaintNextReadyFrame_Locked() local
|
D | video_renderer_impl_unittest.cc | 187 gfx::Size natural_size = TestVideoConfig::NormalCodedSize(); in QueueNextFrame() local
|
/external/chromium_org/media/webm/ |
D | webm_video_client.cc | 77 gfx::Size natural_size = coded_size; in InitializeConfig() local
|
/external/chromium_org/media/ffmpeg/ |
D | ffmpeg_common.cc | 388 gfx::Size natural_size = GetNaturalSize( in AVStreamToVideoDecoderConfig() local
|
/external/chromium_org/media/mp4/ |
D | mp4_stream_parser.cc | 280 gfx::Size natural_size = GetNaturalSize(visible_rect.size(), in ParseMoov() local
|
/external/chromium_org/media/mp2t/ |
D | es_parser_h264.cc | 468 gfx::Size natural_size((visible_rect.width() * sar_width) / sar_height, in ProcessSPS() local
|
/external/chromium_org/content/renderer/media/ |
D | rtc_video_decoder.cc | 418 gfx::Size natural_size(width, height); in CreateVideoFrame() local
|
/external/chromium_org/content/renderer/media/android/ |
D | webmediaplayer_android.cc | 1086 gfx::Size natural_size = video_frame->natural_size(); in GetCurrentFrame() local
|