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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibx264.c233 int fpa_type; local
237 fpa_type = 0;
240 fpa_type = 1;
243 fpa_type = 2;
246 fpa_type = 3;
249 fpa_type = 4;
252 fpa_type = 5;
255 fpa_type = -1;
259 if (fpa_type != x4->params.i_frame_packing) {
260 x4->params.i_frame_packing = fpa_type;
[all...]
H A Dmpeg12enc.c516 uint8_t fpa_type; local
520 fpa_type = 0x03;
523 fpa_type = 0x04;
526 fpa_type = 0x08;
529 fpa_type = 0x23;
532 fpa_type = 0;
536 if (fpa_type != 0) {
545 put_bits(&s->pb, 7, fpa_type); // S3D_video_format_type

Completed in 44 milliseconds