HomeSort by relevance Sort by last modified time
    Searched refs:max_frame_size (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/webrtc/test/
configurable_frame_size_encoder.cc 24 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);
configurable_frame_size_encoder.h 24 explicit ConfigurableFrameSizeEncoder(uint32_t max_frame_size);
  /external/chromium_org/chromecast/media/cma/base/
buffering_frame_provider.cc 32 size_t max_frame_size,
39 max_frame_size_(max_frame_size),
43 DCHECK_LE(max_frame_size, max_buffer_size);
buffering_frame_provider_unittest.cc 83 size_t max_frame_size = 10 * 1024; local
84 size_t buffer_size = 10 * max_frame_size;
89 max_frame_size,
buffering_frame_provider.h 31 // |max_frame_size| corresponds to an upper bound of the expected frame size.
41 size_t max_frame_size,
  /external/chromium_org/ash/frame/
custom_frame_view_ash_unittest.cc 157 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/content/renderer/media/
video_track_adapter.h 75 const gfx::Size& max_frame_size,
video_track_adapter.cc 370 const gfx::Size& max_frame_size,
378 if ((*it)->ConstraintsMatch(max_frame_size, min_aspect_ratio,
386 max_frame_size,
  /hardware/intel/img/psb_video/src/
vsp_VPP.h 81 unsigned int max_frame_size; member in struct:context_VPP_s
vsp_vp8.c 311 seq->max_intra_rate = 100 * ctx->max_frame_size /
375 seq->max_intra_rate = 100 * ctx->max_frame_size /
655 if (ctx->max_frame_size == max_frame_size_param->max_frame_size)
659 ctx->max_frame_size, max_frame_size_param->max_frame_size);
660 ctx->max_frame_size = max_frame_size_param->max_frame_size ;
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 255 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;
    [all...]
  /external/libopus/src/
opus_demo.c 255 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;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 272 misc_maxframesize->max_frame_size = (unsigned int)((bitRate/frameRate) * mVideoParamsVP8.max_frame_size_ratio);
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 606 const size_t max_frame_size = max(stream_frame_size, pipe_frame_size);
607 return (pipe_frames * config->pipe_frame_size) / max_frame_size;
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 1049 unsigned int max_frame_size; member in struct:_VAEncMiscParameterBufferMaxFrameSize
    [all...]
  /hardware/intel/common/libva/va/
va.h 1588 unsigned int max_frame_size; member in struct:_VAEncMiscParameterBufferMaxFrameSize
    [all...]
va_trace.c     [all...]

Completed in 879 milliseconds