/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | dvdec.c | 554 const uint8_t *vsc_pack; in dvvideo_decode_frame() local 585 vsc_pack = buf + 80 * 5 + 48 + 5; in dvvideo_decode_frame() 586 if (*vsc_pack == dv_video_control) { in dvvideo_decode_frame() 588 is16_9 = (vsc_pack[2] & 0x07) == 0x02 || in dvvideo_decode_frame() 589 (!apt && (vsc_pack[2] & 0x07) == 0x07); in dvvideo_decode_frame() 597 if ( *vsc_pack == dv_video_control ) { in dvvideo_decode_frame() 603 frame.f->top_field_first = (vsc_pack[3] & 0x40) == 0x40; in dvvideo_decode_frame() 605 frame.f->interlaced_frame = (vsc_pack[3] & 0x10) == 0x10; in dvvideo_decode_frame() 606 frame.f->top_field_first = !(vsc_pack[3] & 0x40); in dvvideo_decode_frame()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | dvdec.c | 554 const uint8_t *vsc_pack; in dvvideo_decode_frame() local 585 vsc_pack = buf + 80 * 5 + 48 + 5; in dvvideo_decode_frame() 586 if (*vsc_pack == dv_video_control) { in dvvideo_decode_frame() 588 is16_9 = (vsc_pack[2] & 0x07) == 0x02 || in dvvideo_decode_frame() 589 (!apt && (vsc_pack[2] & 0x07) == 0x07); in dvvideo_decode_frame() 597 if ( *vsc_pack == dv_video_control ) { in dvvideo_decode_frame() 603 frame.f->top_field_first = (vsc_pack[3] & 0x40) == 0x40; in dvvideo_decode_frame() 605 frame.f->interlaced_frame = (vsc_pack[3] & 0x10) == 0x10; in dvvideo_decode_frame() 606 frame.f->top_field_first = !(vsc_pack[3] & 0x40); in dvvideo_decode_frame()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ |
H A D | dvdec.c | 553 const uint8_t *vsc_pack; in dvvideo_decode_frame() local 584 vsc_pack = buf + 80 * 5 + 48 + 5; in dvvideo_decode_frame() 585 if (*vsc_pack == dv_video_control) { in dvvideo_decode_frame() 587 is16_9 = (vsc_pack[2] & 0x07) == 0x02 || in dvvideo_decode_frame() 588 (!apt && (vsc_pack[2] & 0x07) == 0x07); in dvvideo_decode_frame() 596 if ( *vsc_pack == dv_video_control ) { in dvvideo_decode_frame() 602 frame.f->top_field_first = (vsc_pack[3] & 0x40) == 0x40; in dvvideo_decode_frame() 604 frame.f->interlaced_frame = (vsc_pack[3] & 0x10) == 0x10; in dvvideo_decode_frame() 605 frame.f->top_field_first = !(vsc_pack[3] & 0x40); in dvvideo_decode_frame()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | dvdec.c | 553 const uint8_t *vsc_pack; in dvvideo_decode_frame() local 584 vsc_pack = buf + 80 * 5 + 48 + 5; in dvvideo_decode_frame() 585 if (*vsc_pack == dv_video_control) { in dvvideo_decode_frame() 587 is16_9 = (vsc_pack[2] & 0x07) == 0x02 || in dvvideo_decode_frame() 588 (!apt && (vsc_pack[2] & 0x07) == 0x07); in dvvideo_decode_frame() 596 if ( *vsc_pack == dv_video_control ) { in dvvideo_decode_frame() 602 frame.f->top_field_first = (vsc_pack[3] & 0x40) == 0x40; in dvvideo_decode_frame() 604 frame.f->interlaced_frame = (vsc_pack[3] & 0x10) == 0x10; in dvvideo_decode_frame() 605 frame.f->top_field_first = !(vsc_pack[3] & 0x40); in dvvideo_decode_frame()
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ |
H A D | dvdec.c | 363 const uint8_t *vsc_pack; in dvvideo_decode_frame() local 393 vsc_pack = buf + 80 * 5 + 48 + 5; in dvvideo_decode_frame() 394 if (*vsc_pack == dv_video_control) { in dvvideo_decode_frame() 396 is16_9 = (vsc_pack[2] & 0x07) == 0x02 || in dvvideo_decode_frame() 397 (!apt && (vsc_pack[2] & 0x07) == 0x07); in dvvideo_decode_frame() 407 if ( *vsc_pack == dv_video_control ) { in dvvideo_decode_frame() 408 s->frame->top_field_first = !(vsc_pack[3] & 0x40); in dvvideo_decode_frame()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ |
H A D | dvdec.c | 363 const uint8_t *vsc_pack; in dvvideo_decode_frame() local 393 vsc_pack = buf + 80 * 5 + 48 + 5; in dvvideo_decode_frame() 394 if (*vsc_pack == dv_video_control) { in dvvideo_decode_frame() 396 is16_9 = (vsc_pack[2] & 0x07) == 0x02 || in dvvideo_decode_frame() 397 (!apt && (vsc_pack[2] & 0x07) == 0x07); in dvvideo_decode_frame() 407 if ( *vsc_pack == dv_video_control ) { in dvvideo_decode_frame() 408 s->frame->top_field_first = !(vsc_pack[3] & 0x40); in dvvideo_decode_frame()
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | dvdec.c | 503 const uint8_t *vsc_pack; in dvvideo_decode_frame() local 534 vsc_pack = buf + 80 * 5 + 48 + 5; in dvvideo_decode_frame() 535 if (*vsc_pack == dv_video_control) { in dvvideo_decode_frame() 537 is16_9 = (vsc_pack[2] & 0x07) == 0x02 || in dvvideo_decode_frame() 538 (!apt && (vsc_pack[2] & 0x07) == 0x07); in dvvideo_decode_frame() 548 if ( *vsc_pack == dv_video_control ) { in dvvideo_decode_frame() 549 frame->top_field_first = !(vsc_pack[3] & 0x40); in dvvideo_decode_frame()
|
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/ |
H A D | dv.c | 229 const uint8_t* vsc_pack; in dv_extract_video_info() local 246 vsc_pack = dv_extract_pack(frame, dv_video_control); in dv_extract_video_info() 248 is16_9 = (vsc_pack && ((vsc_pack[2] & 0x07) == 0x02 || in dv_extract_video_info() 249 (!apt && (vsc_pack[2] & 0x07) == 0x07))); in dv_extract_video_info()
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/ |
H A D | dv.c | 284 const uint8_t *vsc_pack; in dv_extract_video_info() local 297 vsc_pack = dv_extract_pack(frame, dv_video_control); in dv_extract_video_info() 299 is16_9 = (vsc_pack && ((vsc_pack[2] & 0x07) == 0x02 || in dv_extract_video_info() 300 (!apt && (vsc_pack[2] & 0x07) == 0x07))); in dv_extract_video_info()
|
H A D | mxfenc.c | 1502 uint8_t *vs_pack, *vsc_pack; in mxf_parse_dv_frame() local 1513 vsc_pack = pkt->data + 80*5 + 53; in mxf_parse_dv_frame() 1522 sc->interlaced = (vsc_pack[3] >> 4) & 0x01; in mxf_parse_dv_frame()
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/ |
H A D | dv.c | 284 const uint8_t *vsc_pack; in dv_extract_video_info() local 295 vsc_pack = dv_extract_pack(frame, dv_video_control); in dv_extract_video_info() 297 is16_9 = (vsc_pack && ((vsc_pack[2] & 0x07) == 0x02 || in dv_extract_video_info() 298 (!apt && (vsc_pack[2] & 0x07) == 0x07))); in dv_extract_video_info()
|
H A D | mxfenc.c | 2032 uint8_t *vs_pack, *vsc_pack; in mxf_parse_dv_frame() local 2046 vsc_pack = pkt->data + 80*5 + 53; in mxf_parse_dv_frame() 2050 if ((vsc_pack[2] & 0x07) == 0x02) { in mxf_parse_dv_frame() 2056 sc->interlaced = (vsc_pack[3] >> 4) & 0x01; in mxf_parse_dv_frame()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/ |
H A D | dv.c | 283 const uint8_t *vsc_pack; in dv_extract_video_info() local 294 vsc_pack = dv_extract_pack(frame, dv_video_control); in dv_extract_video_info() 296 is16_9 = (vsc_pack && ((vsc_pack[2] & 0x07) == 0x02 || in dv_extract_video_info() 297 (!apt && (vsc_pack[2] & 0x07) == 0x07))); in dv_extract_video_info()
|
H A D | mxfenc.c | 2147 uint8_t *vs_pack, *vsc_pack; in mxf_parse_dv_frame() local 2159 vsc_pack = pkt->data + 80*5 + 53; in mxf_parse_dv_frame() 2163 if ((vsc_pack[2] & 0x07) == 0x02) { in mxf_parse_dv_frame() 2169 sc->interlaced = (vsc_pack[3] >> 4) & 0x01; in mxf_parse_dv_frame()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/ |
H A D | dv.c | 284 const uint8_t *vsc_pack; in dv_extract_video_info() local 295 vsc_pack = dv_extract_pack(frame, dv_video_control); in dv_extract_video_info() 297 is16_9 = (vsc_pack && ((vsc_pack[2] & 0x07) == 0x02 || in dv_extract_video_info() 298 (!apt && (vsc_pack[2] & 0x07) == 0x07))); in dv_extract_video_info()
|
H A D | mxfenc.c | 2081 uint8_t *vs_pack, *vsc_pack; in mxf_parse_dv_frame() local 2093 vsc_pack = pkt->data + 80*5 + 53; in mxf_parse_dv_frame() 2097 if ((vsc_pack[2] & 0x07) == 0x02) { in mxf_parse_dv_frame() 2103 sc->interlaced = (vsc_pack[3] >> 4) & 0x01; in mxf_parse_dv_frame()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/ |
H A D | dv.c | 284 const uint8_t *vsc_pack; in dv_extract_video_info() local 297 vsc_pack = dv_extract_pack(frame, dv_video_control); in dv_extract_video_info() 299 is16_9 = (vsc_pack && ((vsc_pack[2] & 0x07) == 0x02 || in dv_extract_video_info() 300 (!apt && (vsc_pack[2] & 0x07) == 0x07))); in dv_extract_video_info()
|
H A D | mxfenc.c | 1502 uint8_t *vs_pack, *vsc_pack; in mxf_parse_dv_frame() local 1513 vsc_pack = pkt->data + 80*5 + 53; in mxf_parse_dv_frame() 1522 sc->interlaced = (vsc_pack[3] >> 4) & 0x01; in mxf_parse_dv_frame()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/ |
H A D | dv.c | 284 const uint8_t *vsc_pack; in dv_extract_video_info() local 295 vsc_pack = dv_extract_pack(frame, dv_video_control); in dv_extract_video_info() 297 is16_9 = (vsc_pack && ((vsc_pack[2] & 0x07) == 0x02 || in dv_extract_video_info() 298 (!apt && (vsc_pack[2] & 0x07) == 0x07))); in dv_extract_video_info()
|
H A D | mxfenc.c | 2107 uint8_t *vs_pack, *vsc_pack; in mxf_parse_dv_frame() local 2119 vsc_pack = pkt->data + 80*5 + 53; in mxf_parse_dv_frame() 2123 if ((vsc_pack[2] & 0x07) == 0x02) { in mxf_parse_dv_frame() 2129 sc->interlaced = (vsc_pack[3] >> 4) & 0x01; in mxf_parse_dv_frame()
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/ |
H A D | dv.c | 283 const uint8_t *vsc_pack; in dv_extract_video_info() local 294 vsc_pack = dv_extract_pack(frame, dv_video_control); in dv_extract_video_info() 296 is16_9 = (vsc_pack && ((vsc_pack[2] & 0x07) == 0x02 || in dv_extract_video_info() 297 (!apt && (vsc_pack[2] & 0x07) == 0x07))); in dv_extract_video_info()
|
H A D | mxfenc.c | 2147 uint8_t *vs_pack, *vsc_pack; in mxf_parse_dv_frame() local 2159 vsc_pack = pkt->data + 80*5 + 53; in mxf_parse_dv_frame() 2163 if ((vsc_pack[2] & 0x07) == 0x02) { in mxf_parse_dv_frame() 2169 sc->interlaced = (vsc_pack[3] >> 4) & 0x01; in mxf_parse_dv_frame()
|