Lines Matching refs:plane
313 * every single data plane must be contained in one of the buffers in
316 * each plane, or anything in between.
357 * plane must be the same size.
519 * There may be at most one AVBuffer per data plane, so for video this array
788 * For planar formats, one buffer will be allocated for each plane.
854 * Get the buffer reference a given data plane is stored in.
856 * @param plane index of the data plane of interest in frame->extended_data.
858 * @return the buffer reference that contains the plane or NULL if the input
861 AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane);