Home
last modified time | relevance | path

Searched refs:handlePortSettingsChange (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp196 if (mode == MPEG4_MODE && handlePortSettingsChange()) { in onQueueFilled()
268 if (handlePortSettingsChange()) { in onQueueFilled()
285 if (handlePortSettingsChange()) { in onQueueFilled()
331 bool SoftMPEG4::handlePortSettingsChange() { in handlePortSettingsChange() function in android::SoftMPEG4
359 SoftVideoDecoderOMXComponent::handlePortSettingsChange( in handlePortSettingsChange()
DSoftMPEG4.h70 bool handlePortSettingsChange();
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h126 void handlePortSettingsChange(
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp657 handlePortSettingsChange(&portWillReset, mNewWidth, mNewHeight); in onQueueFilled()
732 handlePortSettingsChange(&portWillReset, s_dec_op.u4_pic_wd, s_dec_op.u4_pic_ht); in onQueueFilled()
776 handlePortSettingsChange(&portWillReset, width, height); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp167 handlePortSettingsChange(portWillReset, width, height, outputColorFormat); in outputBuffers()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp654 handlePortSettingsChange(&portWillReset, width, height); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp643 handlePortSettingsChange(&portWillReset, width, height); in onQueueFilled()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp195 void SoftVideoDecoderOMXComponent::handlePortSettingsChange( in handlePortSettingsChange() function in android::SoftVideoDecoderOMXComponent