Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.h119 int ff_AMediaCodec_infoOutputFormatChanged(FFAMediaCodec *codec, ssize_t indx);
Dmediacodecdec_common.c826 } else if (ff_AMediaCodec_infoOutputFormatChanged(codec, index)) { in ff_mediacodec_dec_receive()
Dmediacodec_wrapper.c1662 int ff_AMediaCodec_infoOutputFormatChanged(FFAMediaCodec *codec, ssize_t idx) in ff_AMediaCodec_infoOutputFormatChanged() function