Searched refs:portWillReset (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.cpp | 123 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 …]
|
D | SoftVPX.h | 76 bool outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset);
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.cpp | 656 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/ |
D | SoftMPEG4.cpp | 357 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/ |
D | SoftAVCDec.cpp | 653 bool portWillReset = false; in onQueueFilled() local 654 handlePortSettingsChange(&portWillReset, width, height); in onQueueFilled() 655 if (portWillReset) { in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.cpp | 642 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/ |
D | SoftVideoDecoderOMXComponent.h | 127 bool *portWillReset, uint32_t width, uint32_t height,
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 196 bool *portWillReset, uint32_t width, uint32_t height, in handlePortSettingsChange() argument 199 *portWillReset = false; in handlePortSettingsChange() 236 *portWillReset = true; in handlePortSettingsChange()
|