Lines Matching refs:data
56 * I believe NVSf[16-19] gives the size of the strings data
57 * (that is the offset of the data table after the header).
130 #define T_SUBT MKTAG('S', 'U', 'B', 'T') /* subtitle aux data */
158 int sample_size; /* audio only data */
171 AVPacket ahead[2]; /* [v, a] if .data is !NULL there is something */
492 nsv->ahead[0].data = nsv->ahead[1].data = NULL;
535 if (nsv->ahead[0].data || nsv->ahead[1].data)
590 av_log(s, AV_LOG_TRACE, "NSV video: [%d] = %02x\n", i, pkt->data[i]);
651 if (!nsv->ahead[0].data && !nsv->ahead[1].data)
658 if (nsv->ahead[i].data) {
694 if (nsv->ahead[0].data)
696 if (nsv->ahead[1].data)