Lines Matching refs:AVBufferRef
236 AVBufferRef *buf;
333 * AVBufferRef in buf or extended_buf.
522 * this array. Then the extra AVBufferRef pointers are stored in the
525 AVBufferRef *buf[AV_NUM_DATA_POINTERS];
529 * AVBufferRef pointers, this array will hold all the references which
539 AVBufferRef **extended_buf;
659 AVBufferRef *hw_frames_ctx;
662 * AVBufferRef for free use by the API user. FFmpeg will never check the
670 AVBufferRef *opaque_ref;
689 * AVBufferRef for internal use by a single libav* library.
699 AVBufferRef *private_ref;
742 * AVBufferRef from src.
861 AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane);
877 * Add a new side data to a frame from an existing AVBufferRef
881 * @param buf an AVBufferRef to add as side data. The ownership of
885 * the frame is unchanged and the AVBufferRef remains owned by
890 AVBufferRef *buf);