Searched refs:handlePortSettingsChange (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 196 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()
|
D | SoftMPEG4.h | 70 bool handlePortSettingsChange();
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoDecoderOMXComponent.h | 126 void handlePortSettingsChange(
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.cpp | 657 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/ |
D | SoftVPX.cpp | 167 handlePortSettingsChange(portWillReset, width, height, outputColorFormat); in outputBuffers()
|
/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.cpp | 654 handlePortSettingsChange(&portWillReset, width, height); in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.cpp | 643 handlePortSettingsChange(&portWillReset, width, height); in onQueueFilled()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 195 void SoftVideoDecoderOMXComponent::handlePortSettingsChange( in handlePortSettingsChange() function in android::SoftVideoDecoderOMXComponent
|