Lines Matching refs:size
52 /** Total size of all predictor histories */
188 int data_size; ///< frame data allocated size
374 * Decode value with given size in bits
1493 if (!avpkt->size) {
1497 if (avpkt->size < 8) {
1501 buf_size = avpkt->size & ~3;
1502 if (buf_size != avpkt->size) {
1503 av_log(avctx, AV_LOG_WARNING, "packet size is not a multiple of 4. "
1556 return avpkt->size;
1657 return !s->samples ? avpkt->size : 0;