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

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp140 bool portWillReset = false; local
141 handlePortSettingsChange(&portWillReset, width, height);
142 if (portWillReset) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp312 bool portWillReset = false; local
315 &portWillReset, buf_width, buf_height, cropSettingsMode, fakeStride);
316 if (portWillReset) {
336 return portWillReset;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp120 bool portWillReset = false; local
166 &portWillReset, decoderInfo.picWidth, decoderInfo.picHeight,
170 if (portWillReset) {
198 if (portWillReset) {
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp163 bool *portWillReset, uint32_t width, uint32_t height,
165 *portWillReset = false;
195 *portWillReset = true;
162 handlePortSettingsChange( bool *portWillReset, uint32_t width, uint32_t height, CropSettingsMode cropSettingsMode, bool fakeStride) argument
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp604 bool portWillReset = false; local
605 handlePortSettingsChange(&portWillReset, mNewWidth, mNewHeight);
670 bool portWillReset = false; local
671 handlePortSettingsChange(&portWillReset, s_dec_op.u4_pic_wd, s_dec_op.u4_pic_ht);
707 bool portWillReset = false; local
708 handlePortSettingsChange(&portWillReset, width, height);
710 if (portWillReset) {

Completed in 107 milliseconds