Home
last modified time | relevance | path

Searched refs:decoded_packet (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_xiph.c326 uint8_t *decoded_packet = NULL; in xiph_parse_fmtp_pair() local
331 decoded_packet = av_malloc(decoded_alloc); in xiph_parse_fmtp_pair()
332 if (decoded_packet) { in xiph_parse_fmtp_pair()
334 av_base64_decode(decoded_packet, value, decoded_alloc); in xiph_parse_fmtp_pair()
337 (s, decoded_packet, decoded_packet + packet_size, par, in xiph_parse_fmtp_pair()
348 av_free(decoded_packet); in xiph_parse_fmtp_pair()
Drtpdec_h264.c101 uint8_t decoded_packet[1024]; in ff_h264_parse_sprop_parameter_sets() local
116 packet_size = av_base64_decode(decoded_packet, base64packet, in ff_h264_parse_sprop_parameter_sets()
117 sizeof(decoded_packet)); in ff_h264_parse_sprop_parameter_sets()
133 decoded_packet, packet_size); in ff_h264_parse_sprop_parameter_sets()