Lines Matching refs:data
68 scan_buffer(pkt->data, pkt->size, &pos_p, &nb_vop, &pos_vop2);
77 /* store a reference to the packed B-frame's data in the BSFContext */
83 s->b_frame_ref->data = pkt->data + pos_vop2;
95 /* make tmp accurately reflect the packet's data */
96 tmp->data = pkt->data;
99 /* replace data in packet with stored data */
101 pkt->data = s->b_frame_ref->data;
104 /* store reference to data into BSFContext */
108 /* N-VOP - discard stored data */
121 pkt->data[pos_p] = '\0';