Lines Matching defs:video_size
153 int video_size, video_type, i, j, ret;
158 video_size = AV_RL32(buf);
162 if (video_size) {
163 if (video_size < 0 || video_size > avpkt->size - 5) {
164 av_log(avctx, AV_LOG_ERROR, "video size %d invalid\n", video_size);
170 init_get_bits(&gb, buf, 8 * video_size);
175 if (avctx->height/8 * (avctx->width/8) > 4 * video_size) {
186 buf += video_size;
213 if (video_size) {