Home
last modified time | relevance | path

Searched refs:pkt_recoded (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/
H A Ddecode.c1019 AVPacket pkt_recoded; in avcodec_decode_subtitle2() local
1040 pkt_recoded = tmp; in avcodec_decode_subtitle2() local
1041 ret = recode_subtitle(avctx, &pkt_recoded, &tmp); in avcodec_decode_subtitle2()
1045 ret = extract_packet_props(avctx->internal, &pkt_recoded); in avcodec_decode_subtitle2()
1052 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
1090 if (tmp.data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
1092 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
1093 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
1095 av_packet_unref(&pkt_recoded); in avcodec_decode_subtitle2()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Ddecode.c1091 AVPacket pkt_recoded = *avpkt; in avcodec_decode_subtitle2() local
1093 ret = recode_subtitle(avctx, &pkt_recoded, avpkt); in avcodec_decode_subtitle2()
1097 ret = extract_packet_props(avctx->internal, &pkt_recoded); in avcodec_decode_subtitle2()
1104 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
1143 if (avpkt->data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
1145 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
1146 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
1148 av_packet_unref(&pkt_recoded); in avcodec_decode_subtitle2()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Ddecode.c1046 AVPacket pkt_recoded = *avpkt; in avcodec_decode_subtitle2() local
1048 ret = recode_subtitle(avctx, &pkt_recoded, avpkt); in avcodec_decode_subtitle2()
1052 ret = extract_packet_props(avctx->internal, &pkt_recoded); in avcodec_decode_subtitle2()
1059 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
1098 if (avpkt->data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
1100 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
1101 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
1103 av_packet_unref(&pkt_recoded); in avcodec_decode_subtitle2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Ddecode.c1090 AVPacket pkt_recoded = *avpkt; in avcodec_decode_subtitle2() local
1092 ret = recode_subtitle(avctx, &pkt_recoded, avpkt); in avcodec_decode_subtitle2()
1096 ret = extract_packet_props(avctx->internal, &pkt_recoded); in avcodec_decode_subtitle2()
1103 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
1142 if (avpkt->data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
1144 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
1145 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
1147 av_packet_unref(&pkt_recoded); in avcodec_decode_subtitle2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Ddecode.c1012 AVPacket pkt_recoded = *avpkt; in avcodec_decode_subtitle2() local
1014 ret = recode_subtitle(avctx, &pkt_recoded, avpkt); in avcodec_decode_subtitle2()
1018 ret = extract_packet_props(avctx->internal, &pkt_recoded); in avcodec_decode_subtitle2()
1025 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
1064 if (avpkt->data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
1066 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
1067 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
1069 av_packet_unref(&pkt_recoded); in avcodec_decode_subtitle2()
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Ddecode.c1091 AVPacket pkt_recoded = *avpkt; in avcodec_decode_subtitle2() local
1093 ret = recode_subtitle(avctx, &pkt_recoded, avpkt); in avcodec_decode_subtitle2()
1097 ret = extract_packet_props(avctx->internal, &pkt_recoded); in avcodec_decode_subtitle2()
1104 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
1143 if (avpkt->data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
1145 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
1146 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
1148 av_packet_unref(&pkt_recoded); in avcodec_decode_subtitle2()
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Ddecode.c1091 AVPacket pkt_recoded = *avpkt; in avcodec_decode_subtitle2() local
1093 ret = recode_subtitle(avctx, &pkt_recoded, avpkt); in avcodec_decode_subtitle2()
1097 ret = extract_packet_props(avctx->internal, &pkt_recoded); in avcodec_decode_subtitle2()
1104 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
1143 if (avpkt->data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
1145 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
1146 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
1148 av_packet_unref(&pkt_recoded); in avcodec_decode_subtitle2()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dutils.c2641 AVPacket pkt_recoded; in avcodec_decode_subtitle2() local
2656 pkt_recoded = tmp; in avcodec_decode_subtitle2()
2657 ret = recode_subtitle(avctx, &pkt_recoded, &tmp); in avcodec_decode_subtitle2()
2661 avctx->internal->pkt = &pkt_recoded; in avcodec_decode_subtitle2()
2666 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
2687 if (tmp.data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
2689 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
2690 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
2692 av_free_packet(&pkt_recoded); in avcodec_decode_subtitle2()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dutils.c2641 AVPacket pkt_recoded; in avcodec_decode_subtitle2() local
2656 pkt_recoded = tmp; in avcodec_decode_subtitle2()
2657 ret = recode_subtitle(avctx, &pkt_recoded, &tmp); in avcodec_decode_subtitle2()
2661 avctx->internal->pkt = &pkt_recoded; in avcodec_decode_subtitle2()
2666 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
2687 if (tmp.data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
2689 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
2690 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
2692 av_free_packet(&pkt_recoded); in avcodec_decode_subtitle2()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/
H A Dutils.c2610 AVPacket pkt_recoded; in avcodec_decode_subtitle2() local
2625 pkt_recoded = tmp; in avcodec_decode_subtitle2()
2626 ret = recode_subtitle(avctx, &pkt_recoded, &tmp); in avcodec_decode_subtitle2()
2630 avctx->internal->pkt = &pkt_recoded; in avcodec_decode_subtitle2()
2635 ret = avctx->codec->decode(avctx, sub, got_sub_ptr, &pkt_recoded); in avcodec_decode_subtitle2()
2667 if (tmp.data != pkt_recoded.data) { // did we recode? in avcodec_decode_subtitle2()
2669 pkt_recoded.side_data = NULL; in avcodec_decode_subtitle2()
2670 pkt_recoded.side_data_elems = 0; in avcodec_decode_subtitle2()
2672 av_packet_unref(&pkt_recoded); in avcodec_decode_subtitle2()