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

  /external/libopus/celt/
stack_alloc.h 99 #define ALLOC_NONE 1
114 #define ALLOC_NONE 0
152 #define ALLOC_NONE 0
quant_bands.c 328 save_bytes = ALLOC_NONE;
  /frameworks/av/services/audioflinger/
TrackBase.h 48 ALLOC_NONE, // do not allocate:use the buffer passed to TrackBase constructor
Tracks.cpp 180 case ALLOC_NONE:
391 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK,
    [all...]
  /external/libopus/src/
opus_decoder.c 298 pcm_transition_silk_size = ALLOC_NONE;
299 pcm_transition_celt_size = ALLOC_NONE;
328 pcm_silk_size = (mode != MODE_CELT_ONLY) ? IMAX(F10, frame_size)*st->channels : ALLOC_NONE;
445 pcm_transition_silk_size=ALLOC_NONE;
457 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE;
  /external/libopus/silk/
dec_API.c 308 decControl->nChannelsAPI == 2 ? *nSamplesOut : ALLOC_NONE, opus_int16 );
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 470 ALLOC( scratch_mem, shift > 0 ? frame_length : ALLOC_NONE, opus_int16 );
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 604 var ALLOC_NONE = 4; // Do not allocate
609 Module['ALLOC_NONE'] = ALLOC_NONE;
634 if (allocator == ALLOC_NONE) {
    [all...]

Completed in 318 milliseconds