Searched refs:OPUS_CHECK_ARRAY (Results 1 – 2 of 2) sorted by relevance
160 #define OPUS_CHECK_ARRAY(ptr, len) VALGRIND_CHECK_MEM_IS_DEFINED(ptr, len*sizeof(*ptr)) macro170 #define OPUS_CHECK_ARRAY(ptr, len) _opus_false() macro
575 if (OPUS_CHECK_ARRAY(pcm, audiosize*st->channels)) in opus_decode_frame()610 if (OPUS_CHECK_ARRAY(pcm, pcm_count*st->channels)) in opus_decode_native()658 if (OPUS_CHECK_ARRAY(pcm, frame_size*st->channels)) in opus_decode_native()686 if (OPUS_CHECK_ARRAY(pcm, nb_samples*st->channels)) in opus_decode_native()