Lines Matching refs:planar
48 * For planar sample formats, each audio channel is in a separate data plane,
63 AV_SAMPLE_FMT_U8P, ///< unsigned 8 bits, planar
64 AV_SAMPLE_FMT_S16P, ///< signed 16 bits, planar
65 AV_SAMPLE_FMT_S32P, ///< signed 32 bits, planar
66 AV_SAMPLE_FMT_FLTP, ///< float, planar
67 AV_SAMPLE_FMT_DBLP, ///< double, planar
69 AV_SAMPLE_FMT_S64P, ///< signed 64 bits, planar
87 * Return the planar<->packed alternative form of the given sample format, or
89 * requested planar/packed format, the format returned is the same as the
92 enum AVSampleFormat av_get_alt_sample_fmt(enum AVSampleFormat sample_fmt, int planar);
106 * Get the planar alternative form of the given sample format.
108 * If the passed sample_fmt is already in planar format, the format returned is
111 * @return the planar alternative form of the given sample format or
140 * Check if the sample format is planar.
143 * @return 1 if the sample format is planar, 0 if it is interleaved
174 * for planar, set the start point of each channel's data within the buffer,
178 * channel's data buffer for planar layout, or to the aligned size of the