Home
last modified time | relevance | path

Searched refs:prft (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Davpacket.c747 AVProducerReferenceTime *prft; in ff_side_data_set_prft() local
760 prft = (AVProducerReferenceTime *)side_data; in ff_side_data_set_prft()
761 prft->wallclock = timestamp; in ff_side_data_set_prft()
762 prft->flags = 0; in ff_side_data_set_prft()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Davpacket.c847 AVProducerReferenceTime *prft; in ff_side_data_set_prft() local
860 prft = (AVProducerReferenceTime *)side_data; in ff_side_data_set_prft()
861 prft->wallclock = timestamp; in ff_side_data_set_prft()
862 prft->flags = 0; in ff_side_data_set_prft()
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Davpacket.c847 AVProducerReferenceTime *prft; in ff_side_data_set_prft() local
860 prft = (AVProducerReferenceTime *)side_data; in ff_side_data_set_prft()
861 prft->wallclock = timestamp; in ff_side_data_set_prft()
862 prft->flags = 0; in ff_side_data_set_prft()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Davpacket.c823 AVProducerReferenceTime *prft; in ff_side_data_set_prft() local
836 prft = (AVProducerReferenceTime *)side_data; in ff_side_data_set_prft()
837 prft->wallclock = timestamp; in ff_side_data_set_prft()
838 prft->flags = 0; in ff_side_data_set_prft()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Davpacket.c847 AVProducerReferenceTime *prft; in ff_side_data_set_prft() local
860 prft = (AVProducerReferenceTime *)side_data; in ff_side_data_set_prft()
861 prft->wallclock = timestamp; in ff_side_data_set_prft()
862 prft->flags = 0; in ff_side_data_set_prft()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmovenc.h59 AVProducerReferenceTime prft; member
H A Ddashenc.c2033 AVProducerReferenceTime *prft; in dash_parse_prft() local
2036prft = (AVProducerReferenceTime *)av_packet_get_side_data(pkt, AV_PKT_DATA_PRFT, &side_data_size); in dash_parse_prft()
2037 …if (!prft || side_data_size != sizeof(AVProducerReferenceTime) || (prft->flags && prft->flags != 2… in dash_parse_prft()
2040 prft = (AVProducerReferenceTime *)av_packet_new_side_data(pkt, AV_PKT_DATA_PRFT, in dash_parse_prft()
2042 if (!prft) in dash_parse_prft()
2044 prft->wallclock = av_gettime(); in dash_parse_prft()
2045 prft->flags = 24; in dash_parse_prft()
2048 os->producer_reference_time = *prft; in dash_parse_prft()
H A Dmovenc.c4838 if (first_track->cluster[0].prft.wallclock) { in mov_write_prft_tag()
4840 … ntp_ts = ff_get_formatted_ntp_time((first_track->cluster[0].prft.wallclock / 1000) * 1000 + in mov_write_prft_tag()
4842 flags = first_track->cluster[0].prft.flags; in mov_write_prft_tag()
5574 AVProducerReferenceTime *prft; in ff_mov_write_packet() local
5878 prft = (AVProducerReferenceTime *)av_packet_get_side_data(pkt, AV_PKT_DATA_PRFT, &prft_size); in ff_mov_write_packet()
5879 if (prft && prft_size == sizeof(AVProducerReferenceTime)) in ff_mov_write_packet()
5880 memcpy(&trk->cluster[trk->entry].prft, prft, prft_size); in ff_mov_write_packet()
5882 memset(&trk->cluster[trk->entry].prft, 0, sizeof(AVProducerReferenceTime)); in ff_mov_write_packet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmovenc.h59 AVProducerReferenceTime prft; member
H A Ddashenc.c2042 …AVProducerReferenceTime *prft = (AVProducerReferenceTime *)av_packet_get_side_data(pkt, AV_PKT_DAT… in dash_write_packet() local
2044 if (prft && side_data_size == sizeof(AVProducerReferenceTime) && !prft->flags) { in dash_write_packet()
2045 os->producer_reference_time = prft->wallclock; in dash_write_packet()
H A Dmovenc.c4659 if (first_track->cluster[0].prft.wallclock) { in mov_write_prft_tag()
4661 … ntp_ts = ff_get_formatted_ntp_time((first_track->cluster[0].prft.wallclock / 1000) * 1000 + in mov_write_prft_tag()
4663 flags = first_track->cluster[0].prft.flags; in mov_write_prft_tag()
5375 AVProducerReferenceTime *prft; in ff_mov_write_packet() local
5659 prft = (AVProducerReferenceTime *)av_packet_get_side_data(pkt, AV_PKT_DATA_PRFT, &prft_size); in ff_mov_write_packet()
5660 if (prft && prft_size == sizeof(AVProducerReferenceTime)) in ff_mov_write_packet()
5661 memcpy(&trk->cluster[trk->entry].prft, prft, prft_size); in ff_mov_write_packet()
5663 memset(&trk->cluster[trk->entry].prft, 0, sizeof(AVProducerReferenceTime)); in ff_mov_write_packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmovenc.h59 AVProducerReferenceTime prft; member
H A Ddashenc.c2032 AVProducerReferenceTime *prft; in dash_parse_prft() local
2035prft = (AVProducerReferenceTime *)av_packet_get_side_data(pkt, AV_PKT_DATA_PRFT, &side_data_size); in dash_parse_prft()
2036 …if (!prft || side_data_size != sizeof(AVProducerReferenceTime) || (prft->flags && prft->flags != 2… in dash_parse_prft()
2039 prft = (AVProducerReferenceTime *)av_packet_new_side_data(pkt, AV_PKT_DATA_PRFT, in dash_parse_prft()
2041 if (!prft) in dash_parse_prft()
2043 prft->wallclock = av_gettime(); in dash_parse_prft()
2044 prft->flags = 24; in dash_parse_prft()
2047 os->producer_reference_time = *prft; in dash_parse_prft()
H A Dmovenc.c4788 if (first_track->cluster[0].prft.wallclock) { in mov_write_prft_tag()
4790 … ntp_ts = ff_get_formatted_ntp_time((first_track->cluster[0].prft.wallclock / 1000) * 1000 + in mov_write_prft_tag()
4792 flags = first_track->cluster[0].prft.flags; in mov_write_prft_tag()
5520 AVProducerReferenceTime *prft; in ff_mov_write_packet() local
5823 prft = (AVProducerReferenceTime *)av_packet_get_side_data(pkt, AV_PKT_DATA_PRFT, &prft_size); in ff_mov_write_packet()
5824 if (prft && prft_size == sizeof(AVProducerReferenceTime)) in ff_mov_write_packet()
5825 memcpy(&trk->cluster[trk->entry].prft, prft, prft_size); in ff_mov_write_packet()
5827 memset(&trk->cluster[trk->entry].prft, 0, sizeof(AVProducerReferenceTime)); in ff_mov_write_packet()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmovenc.h59 AVProducerReferenceTime prft; member
H A Ddashenc.c2033 AVProducerReferenceTime *prft; in dash_parse_prft() local
2036prft = (AVProducerReferenceTime *)av_packet_get_side_data(pkt, AV_PKT_DATA_PRFT, &side_data_size); in dash_parse_prft()
2037 …if (!prft || side_data_size != sizeof(AVProducerReferenceTime) || (prft->flags && prft->flags != 2… in dash_parse_prft()
2040 prft = (AVProducerReferenceTime *)av_packet_new_side_data(pkt, AV_PKT_DATA_PRFT, in dash_parse_prft()
2042 if (!prft) in dash_parse_prft()
2044 prft->wallclock = av_gettime(); in dash_parse_prft()
2045 prft->flags = 24; in dash_parse_prft()
2048 os->producer_reference_time = *prft; in dash_parse_prft()
H A Dmovenc.c4825 if (first_track->cluster[0].prft.wallclock) { in mov_write_prft_tag()
4827 … ntp_ts = ff_get_formatted_ntp_time((first_track->cluster[0].prft.wallclock / 1000) * 1000 + in mov_write_prft_tag()
4829 flags = first_track->cluster[0].prft.flags; in mov_write_prft_tag()
5561 AVProducerReferenceTime *prft; in ff_mov_write_packet() local
5865 prft = (AVProducerReferenceTime *)av_packet_get_side_data(pkt, AV_PKT_DATA_PRFT, &prft_size); in ff_mov_write_packet()
5866 if (prft && prft_size == sizeof(AVProducerReferenceTime)) in ff_mov_write_packet()
5867 memcpy(&trk->cluster[trk->entry].prft, prft, prft_size); in ff_mov_write_packet()
5869 memset(&trk->cluster[trk->entry].prft, 0, sizeof(AVProducerReferenceTime)); in ff_mov_write_packet()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dbox_funcs.c764 ISOM_BOX_IMPL_DECL(prft)
1140 FBOX_DEFINE( GF_ISOM_BOX_TYPE_PRFT, prft, "file", 1),
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dbox_funcs.c764 ISOM_BOX_IMPL_DECL(prft)
1140 FBOX_DEFINE( GF_ISOM_BOX_TYPE_PRFT, prft, "file", 1),
/dports/multimedia/handbrake/ffmpeg-4.4/doc/
H A Dcodecs.texi713 @item prft
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/doc/
H A Dcodecs.texi713 @item prft
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/
H A Dcodecs.texi816 @item prft
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/
H A Dmuxers.texi344 prft boxes in the underlying muxer. Applicable only when the @var{utc_url} option is enabled.
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/test/train-sets/
H A Drcv1_raw_cb_small.vw144 …cast subsid bank ago yen billion march ord current net note trust nil div mitsubish eps nippon prft
280 …recast ago yen billion march lead current net note chemic alcohol eps nippon polyvinyl prft synthet
857 …l prev late forecast chain ago yen billion wear stor casual current net note febru handl cabin prft
918 … sale group loss cut result hard yen billion march current net note tool supe dilut eps turbin prft
944 … group loss actual prev late forecast ago yen billion nikkei march current net note mater shin prft
H A Drcv1_cb_eval144 …cast subsid bank ago yen billion march ord current net note trust nil div mitsubish eps nippon prft
280 …recast ago yen billion march lead current net note chemic alcohol eps nippon polyvinyl prft synthet
857 …l prev late forecast chain ago yen billion wear stor casual current net note febru handl cabin prft
918 … sale group loss cut result hard yen billion march current net note tool supe dilut eps turbin prft
944 … group loss actual prev late forecast ago yen billion nikkei march current net note mater shin prft

12