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

  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 264 int max_frame_size = 960*6; local
347 max_frame_size = 2*48000;
597 in = (short*)malloc(max_frame_size*channels*sizeof(short));
598 out = (short*)malloc(max_frame_size*channels*sizeof(short));
599 fbytes = (unsigned char*)malloc(max_frame_size*channels*sizeof(short));
764 output_samples = max_frame_size;
774 output_samples = max_frame_size;
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 1048 unsigned int max_frame_size; member in struct:_VAEncMiscParameterBufferMaxFrameSize
    [all...]

Completed in 61 milliseconds