Home
last modified time | relevance | path

Searched refs:SAMPLES_PER_FRAME (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Datrac3.c62 #define SAMPLES_PER_FRAME 1024 macro
80 float prev_frame[SAMPLES_PER_FRAME];
85 DECLARE_ALIGNED(32, float, spectrum)[SAMPLES_PER_FRAME];
86 DECLARE_ALIGNED(32, float, imdct_buf)[SAMPLES_PER_FRAME];
320 memset(output + first, 0, (SAMPLES_PER_FRAME - first) * sizeof(*output)); in decode_spectrum()
384 max_coded_values = SAMPLES_PER_FRAME - cmp->pos; in decode_tonal_components()
809 frame->nb_samples = SAMPLES_PER_FRAME; in atrac3_decode_frame()
837 frame->nb_samples = SAMPLES_PER_FRAME; in atrac3al_decode_frame()
893 samples_per_frame = SAMPLES_PER_FRAME * channels; in atrac3_decode_init()
909 samples_per_frame = SAMPLES_PER_FRAME * channel in atrac3_decode_init()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSynthEngine.java40 private static final int SAMPLES_PER_FRAME = 2; field in SynthEngine
131 mBuffer = new float[mFramesPerBlock * SAMPLES_PER_FRAME]; in run()
215 voice.mix(buffer, SAMPLES_PER_FRAME, 0.25f); in generateBuffer()
H A DSimpleAudioOutput.java33 public static final int SAMPLES_PER_FRAME = 2; field in SimpleAudioOutput
35 public static final int BYTES_PER_FRAME = SAMPLES_PER_FRAME * BYTES_PER_SAMPLE;

Completed in 3 milliseconds