Searched refs:max_max_strips (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.c164 int max_max_strips; member in struct:__anon3110
173 { "max_strips", "Limit strips/frame, vintage compatible is 1..3, otherwise the more the better", OFFSET(max_max_strips), AV_OPT_TYPE_INT, { .i64 = 3 }, MIN_STRIPS, MAX_STRIPS, VE },
197 if (s->min_min_strips > s->max_max_strips) {
199 s->min_min_strips, s->max_max_strips);
231 frame_buf_size = CVID_HEADER_SIZE + s->max_max_strips * strip_buf_size;
285 s->max_strips = s->max_max_strips;
1250 if(s->max_strips >= s->max_max_strips)
1251 s->max_strips = s->max_max_strips;
1260 if(s->max_strips >= s->max_max_strips)
1261 s->max_strips = s->max_max_strips;
[all...]

Completed in 60 milliseconds