Searched refs:CVID_HEADER_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepakenc.c82 #define CVID_HEADER_SIZE 10 macro
231 frame_buf_size = CVID_HEADER_SIZE + s->max_max_strips * strip_buf_size;
1113 AV_WB24(&buf[1], data_size + CVID_HEADER_SIZE);
1118 return CVID_HEADER_SIZE;
1205 if((temp_size = rd_strip(s, y, strip_height, isakeyframe, &last_pict, &pict, &scratch_pict, s->frame_buf + size + CVID_HEADER_SIZE, &score_temp

Completed in 58 milliseconds