Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp123 bool SoftVPX::outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset) { in outputBuffers() argument
167 handlePortSettingsChange(portWillReset, width, height, outputColorFormat); in outputBuffers()
168 if (*portWillReset) { in outputBuffers()
247 bool portWillReset = false; in onQueueFilled() local
255 mEOSStatus == INPUT_EOS_SEEN, &portWillReset)) { in onQueueFilled()
260 if (portWillReset || mEOSStatus == OUTPUT_FRAMES_FLUSHED || in onQueueFilled()
321 EOSseen /* flushDecoder */, true /* display */, EOSseen, &portWillReset)) { in onQueueFilled()
326 if (portWillReset) { in onQueueFilled()
334 bool portWillReset = false; in onPortFlushCompleted() local
336 true /* flushDecoder */, false /* display */, false /* eos */, &portWillReset)) { in onPortFlushCompleted()
[all …]
DSoftVPX.h76 bool outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp656 bool portWillReset = false; in onQueueFilled() local
657 handlePortSettingsChange(&portWillReset, mNewWidth, mNewHeight); in onQueueFilled()
731 bool portWillReset = false; in onQueueFilled() local
732 handlePortSettingsChange(&portWillReset, s_dec_op.u4_pic_wd, s_dec_op.u4_pic_ht); in onQueueFilled()
775 bool portWillReset = false; in onQueueFilled() local
776 handlePortSettingsChange(&portWillReset, width, height); in onQueueFilled()
778 if (portWillReset) { in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp357 bool portWillReset = false; in handlePortSettingsChange() local
360 &portWillReset, buf_width, buf_height, in handlePortSettingsChange()
362 if (portWillReset) { in handlePortSettingsChange()
382 return portWillReset; in handlePortSettingsChange()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp653 bool portWillReset = false; in onQueueFilled() local
654 handlePortSettingsChange(&portWillReset, width, height); in onQueueFilled()
655 if (portWillReset) { in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp642 bool portWillReset = false; in onQueueFilled() local
643 handlePortSettingsChange(&portWillReset, width, height); in onQueueFilled()
645 if (portWillReset) { in onQueueFilled()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h127 bool *portWillReset, uint32_t width, uint32_t height,
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp196 bool *portWillReset, uint32_t width, uint32_t height, in handlePortSettingsChange() argument
199 *portWillReset = false; in handlePortSettingsChange()
236 *portWillReset = true; in handlePortSettingsChange()