Home | History | Annotate | Download | only in include

Lines Matching refs:frames

514 /** Parse an opus packet into one or more frames.
517 * This function does not copy the frames, the returned pointers are pointers into
522 * @param [out] frames <tt>char*[48]</tt> encapsulated frames
523 * @param [out] size <tt>opus_int16[48]</tt> sizes of the encapsulated frames
525 * @returns number of frames
531 const unsigned char *frames[48],
565 /** Gets the number of frames in an Opus packet.
568 * @returns Number of frames
617 * whereas merging valid packets only succeeds if all frames have the same
639 * For example, to split a sequence of packets into individual frames:
672 * Alternatively, to combine a sequence of frames into packets that each
806 * of it is added, even if it contains multiple frames, some of which might
853 * or for multiple frames,
864 * frames (begin < 0, begin >= end, or end >
871 /** Return the total number of frames contained in packet data submitted to
877 * frames.
878 * @returns The total number of frames contained in the packet data submitted