Searched refs:portWillReset (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp313 bool portWillReset = false; local
316 &portWillReset, buf_width, buf_height, cropSettingsMode, fakeStride);
317 if (portWillReset) {
337 return portWillReset;
/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/include/
H A DSoftVideoDecoderOMXComponent.h78 bool *portWillReset, uint32_t width, uint32_t height,
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp143 bool portWillReset = false; local
144 handlePortSettingsChange(&portWillReset, width, height);
145 if (portWillReset) {
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp609 bool portWillReset = false; local
610 handlePortSettingsChange(&portWillReset, mNewWidth, mNewHeight);
675 bool portWillReset = false; local
676 handlePortSettingsChange(&portWillReset, s_dec_op.u4_pic_wd, s_dec_op.u4_pic_ht);
712 bool portWillReset = false; local
713 handlePortSettingsChange(&portWillReset, width, height);
715 if (portWillReset) {
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp175 bool *portWillReset, uint32_t width, uint32_t height,
177 *portWillReset = false;
208 *portWillReset = true;
174 handlePortSettingsChange( bool *portWillReset, uint32_t width, uint32_t height, CropSettingsMode cropSettingsMode, bool fakeStride) argument

Completed in 33 milliseconds