Searched defs:portWillReset (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp361 bool portWillReset = false; local
364 &portWillReset, buf_width, buf_height, cropSettingsMode, fakeStride);
365 if (portWillReset) {
385 return portWillReset;
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp112 bool SoftVPX::outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset) { argument
150 handlePortSettingsChange(portWillReset, width, height);
151 if (*portWillReset) {
225 bool portWillReset = false; local
233 mEOSStatus == INPUT_EOS_SEEN, &portWillReset)) {
238 if (portWillReset || mEOSStatus == OUTPUT_FRAMES_FLUSHED ||
293 EOSseen /* flushDecoder */, true /* display */, EOSseen, &portWillReset)) {
298 if (portWillReset) {
306 bool portWillReset = false; local
308 true /* flushDecoder */, false /* display */, false /* eos */, &portWillReset)) {
318 bool portWillReset = false; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp122 bool portWillReset = false; local
168 &portWillReset, decoderInfo.picWidth, decoderInfo.picHeight,
172 if (portWillReset) {
200 if (portWillReset) {
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp694 bool portWillReset = false; local
695 handlePortSettingsChange(&portWillReset, width, height);
696 if (portWillReset) {
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp641 bool portWillReset = false; local
642 handlePortSettingsChange(&portWillReset, width, height);
644 if (portWillReset) {
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp662 bool portWillReset = false; local
663 handlePortSettingsChange(&portWillReset, mNewWidth, mNewHeight);
737 bool portWillReset = false; local
738 handlePortSettingsChange(&portWillReset, s_dec_op.u4_pic_wd, s_dec_op.u4_pic_ht);
781 bool portWillReset = false; local
782 handlePortSettingsChange(&portWillReset, width, height);
784 if (portWillReset) {
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp192 bool *portWillReset, uint32_t width, uint32_t height,
194 *portWillReset = false;
225 *portWillReset = true;
191 handlePortSettingsChange( bool *portWillReset, uint32_t width, uint32_t height, CropSettingsMode cropSettingsMode, bool fakeStride) argument

Completed in 162 milliseconds