Searched refs:OPUS_CHECK_ARRAY (Results 1 – 2 of 2) sorted by relevance
166 #define OPUS_CHECK_ARRAY(ptr, len) VALGRIND_CHECK_MEM_IS_DEFINED(ptr, len*sizeof(*ptr)) macro176 #define OPUS_CHECK_ARRAY(ptr, len) _opus_false() macro
617 if (OPUS_CHECK_ARRAY(pcm, audiosize*st->channels)) in opus_decode_frame()653 if (OPUS_CHECK_ARRAY(pcm, pcm_count*st->channels)) in opus_decode_native()701 if (OPUS_CHECK_ARRAY(pcm, frame_size*st->channels)) in opus_decode_native()729 if (OPUS_CHECK_ARRAY(pcm, nb_samples*st->channels)) in opus_decode_native()