Home
last modified time | relevance | path

Searched refs:ff_copy_pce_data (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg4audio.h146 static inline int ff_copy_pce_data(PutBitContext *pb, GetBitContext *gb) in ff_copy_pce_data() function
Daac_adtstoasc_bsf.c94 pce_size = ff_copy_pce_data(&pb, &gb) / 8; in aac_adtstoasc_filter()
/third_party/ffmpeg/libavformat/
Dadtsenc.c91 adts->pce_size = (ff_copy_pce_data(&pb, &gb) + 3) / 8; in adts_decode_extradata()
Dlatmenc.c146 ff_copy_pce_data(bs, &gb); in latm_write_frame_header()