Lines Matching refs:data
573 (*(AVFrame **)pkt->data)->nb_samples :
726 AVFrame **frame = (AVFrame **)pkt->data;
807 if (!pkt->data && !pkt->side_data_elems) {
809 * the packet by allocating data of size 0 (+ padding). */
1215 * The following avoids copying in's data unnecessarily.
1216 * Copying side data is unavoidable as a bitstream filter
1218 pkt->data = in->data;
1385 static void uncoded_frame_free(void *unused, uint8_t *data)
1387 av_frame_free((AVFrame **)data);
1388 av_free(data);
1421 pkt->data = (void *)framep;