Searched refs:ff_avc_decode_sps (Results 1 – 3 of 3) sorted by relevance
51 int ff_avc_decode_sps(H264SPS *sps, const uint8_t *buf, int buf_size);
200 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
2264 ret = ff_avc_decode_sps(sps, buf, nal_end - buf); in mxf_parse_h264_frame()