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

  /external/libopus/celt/
stack_alloc.h 164 #define OPUS_PRINT_INT(value) do {fprintf(stderr, #value " = %d at %s:%d\n", value, __FILE__, __LINE__);}while(0)
172 #define OPUS_PRINT_INT(value) do{}while(0)
  /external/libopus/src/
opus_decoder.c 576 OPUS_PRINT_INT(audiosize);
611 OPUS_PRINT_INT(pcm_count);
659 OPUS_PRINT_INT(frame_size);
687 OPUS_PRINT_INT(nb_samples);

Completed in 580 milliseconds