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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_volume.h50 VAR_POS, enumerator in enum:VolumeVarName
H A Dsetpts.c67 VAR_POS, enumerator in enum:var_name
165 setpts->var_values[VAR_POS ] = av_frame_get_pkt_pos(frame) == -1 ? NAN : av_frame_get_pkt_pos(frame);
183 d2istr(setpts->var_values[VAR_POS]));
H A Dvf_crop.c71 VAR_POS, enumerator in enum:var_name
156 s->var_values[VAR_POS] = NAN;
255 s->var_values[VAR_POS] = av_frame_get_pkt_pos(frame) == -1 ?
276 (int)s->var_values[VAR_N], s->var_values[VAR_T], s->var_values[VAR_POS],
H A Df_select.c134 VAR_POS, enumerator in enum:var_name
310 select->var_values[VAR_POS] = av_frame_get_pkt_pos(frame) == -1 ? NAN : av_frame_get_pkt_pos(frame);
H A Dvf_overlay.c68 VAR_POS, enumerator in enum:var_name
308 s->var_values[VAR_POS] = NAN;
564 s->var_values[VAR_POS] = pos == -1 ? NAN : pos;
568 s->var_values[VAR_N], s->var_values[VAR_T], s->var_values[VAR_POS],
H A Daf_volume.c294 vol->var_values[VAR_POS] =
391 vol->var_values[VAR_POS] = pos == -1 ? NAN : pos;
H A Davfilter.c385 enum { VAR_T, VAR_N, VAR_POS, VAR_VARS_NB }; enumerator in enum:__anon3339
1074 dstctx->var_values[VAR_POS] = pos == -1 ? NAN : pos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_setpts.c54 VAR_POS, enumerator in enum:var_name
113 setpts->var_values[VAR_POS ] = inpicref->pos == -1 ? NAN : inpicref->pos;
H A Dvf_select.c108 VAR_POS, enumerator in enum:var_name
194 select->var_values[VAR_POS] = picref->pos == -1 ? NAN : picref->pos;
209 (int)select->var_values[VAR_POS],
H A Dvf_crop.c62 VAR_POS, enumerator in enum:var_name
171 crop->var_values[VAR_POS] = NAN;
253 crop->var_values[VAR_POS] = picref->pos == -1 ? NAN : picref->pos;

Completed in 206 milliseconds