Home
last modified time | relevance | path

Searched refs:ff_avc_decode_sps (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Davc.h51 int ff_avc_decode_sps(H264SPS *sps, const uint8_t *buf, int buf_size);
Davc.c200 ret = ff_avc_decode_sps(&seq, sps + 3, sps_size - 3); in ff_isom_write_avcc()
334 int ff_avc_decode_sps(H264SPS *sps, const uint8_t *buf, int buf_size) in ff_avc_decode_sps() function
Dmxfenc.c2264 ret = ff_avc_decode_sps(sps, buf, nal_end - buf); in mxf_parse_h264_frame()