Home
last modified time | relevance | path

Searched refs:av_packet_unpack_dictionary (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpacket.h631 int av_packet_unpack_dictionary(const uint8_t *data, size_t size,
H A Davpacket.c342 int av_packet_unpack_dictionary(const uint8_t *data, size_t size, in av_packet_unpack_dictionary() function
H A Ddecode.c1244 return av_packet_unpack_dictionary(side_metadata, size, frame_md); in add_metadata_from_side_data()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp1440 if (av_packet_unpack_dictionary(side_metadata, size, &ctx->video_st->metadata) < 0) in ff_decklink_read_packet()
/third_party/ffmpeg/fftools/
H A Dffprobe.c2508 if (av_packet_unpack_dictionary(side_metadata, size, &dict) >= 0) in show_packet()

Completed in 13 milliseconds