Searched defs:max_frame_size (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_frame_provider_unittest.cc83 size_t max_frame_size = 10 * 1024; local
84 size_t buffer_size = 10 * max_frame_size;
89 max_frame_size,
H A Dbuffering_frame_provider.cc32 size_t max_frame_size,
39 max_frame_size_(max_frame_size),
43 DCHECK_LE(max_frame_size, max_buffer_size);
29 BufferingFrameProvider( scoped_ptr<CodedFrameProvider> coded_frame_provider, size_t max_buffer_size, size_t max_frame_size, const FrameBufferedCB& frame_buffered_cb) argument
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash_unittest.cc157 gfx::Size max_frame_size = custom_frame_view->GetMaximumSize(); local
162 EXPECT_EQ(0, max_frame_size.width());
163 EXPECT_EQ(0, max_frame_size.height());
178 gfx::Size max_frame_size = custom_frame_view->GetMaximumSize(); local
181 EXPECT_EQ(max_client_size.width(), max_frame_size.width());
185 max_frame_size.height());
/external/chromium_org/third_party/webrtc/test/
H A Dconfigurable_frame_size_encoder.cc24 uint32_t max_frame_size)
26 max_frame_size_(max_frame_size),
27 current_frame_size_(max_frame_size),
28 buffer_(new uint8_t[max_frame_size]) {
29 memset(buffer_.get(), 0, max_frame_size);
23 ConfigurableFrameSizeEncoder( uint32_t max_frame_size) argument
/external/chromium_org/content/renderer/media/
H A Dvideo_track_adapter.cc370 const gfx::Size& max_frame_size,
378 if ((*it)->ConstraintsMatch(max_frame_size, min_aspect_ratio,
386 max_frame_size,
367 AddTrackOnIO( const MediaStreamVideoTrack* track, VideoCaptureDeliverFrameCB frame_callback, const gfx::Size& max_frame_size, double min_aspect_ratio, double max_aspect_ratio, double max_frame_rate) argument
/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c255 int max_frame_size = 960*6; local
346 max_frame_size = 2*48000;
595 in = (short*)malloc(max_frame_size*channels*sizeof(short));
596 out = (short*)malloc(max_frame_size*channels*sizeof(short));
597 fbytes = (unsigned char*)malloc(max_frame_size*channels*sizeof(short));
774 output_samples = max_frame_size;
784 output_samples = max_frame_size;
/external/libopus/src/
H A Dopus_demo.c255 int max_frame_size = 960*6; local
346 max_frame_size = 2*48000;
595 in = (short*)malloc(max_frame_size*channels*sizeof(short));
596 out = (short*)malloc(max_frame_size*channels*sizeof(short));
597 fbytes = (unsigned char*)malloc(max_frame_size*channels*sizeof(short));
774 output_samples = max_frame_size;
784 output_samples = max_frame_size;
/external/chromium_org/third_party/libva/va/
H A Dva.h1049 unsigned int max_frame_size; member in struct:_VAEncMiscParameterBufferMaxFrameSize

Completed in 6243 milliseconds