HomeSort by relevance Sort by last modified time
    Searched refs:portWillReset (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 112 bool SoftVPX::outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset) {
150 handlePortSettingsChange(portWillReset, width, height);
151 if (*portWillReset) {
208 bool portWillReset = false;
216 mEOSStatus == INPUT_EOS_SEEN, &portWillReset)) {
221 if (portWillReset || mEOSStatus == OUTPUT_FRAMES_FLUSHED ||
276 EOSseen /* flushDecoder */, true /* display */, EOSseen, &portWillReset)) {
281 if (portWillReset) {
289 bool portWillReset = false;
291 true /* flushDecoder */, false /* display */, false /* eos */, &portWillReset)) {
    [all...]
SoftVPX.h 68 bool outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 328 bool portWillReset = false;
331 &portWillReset, buf_width, buf_height, cropSettingsMode, fakeStride);
332 if (portWillReset) {
352 return portWillReset;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 122 bool portWillReset = false;
168 &portWillReset, decoderInfo.picWidth, decoderInfo.picHeight,
172 if (portWillReset) {
200 if (portWillReset) {
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 78 bool *portWillReset, uint32_t width, uint32_t height,
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 601 bool portWillReset = false;
602 handlePortSettingsChange(&portWillReset, mNewWidth, mNewHeight);
672 bool portWillReset = false;
673 handlePortSettingsChange(&portWillReset, s_dec_op.u4_pic_wd, s_dec_op.u4_pic_ht);
711 bool portWillReset = false;
712 handlePortSettingsChange(&portWillReset, width, height);
714 if (portWillReset) {
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 175 bool *portWillReset, uint32_t width, uint32_t height,
177 *portWillReset = false;
208 *portWillReset = true;
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 647 bool portWillReset = false;
648 handlePortSettingsChange(&portWillReset, width, height);
650 if (portWillReset) {
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 595 bool portWillReset = false;
596 handlePortSettingsChange(&portWillReset, width, height);
598 if (portWillReset) {

Completed in 426 milliseconds