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) {
225 bool portWillReset = false;
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;
308 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/on2/h264dec/
SoftAVC.cpp 122 bool portWillReset = false;
168 &portWillReset, decoderInfo.picWidth, decoderInfo.picHeight,
172 if (portWillReset) {
200 if (portWillReset) {
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 656 bool portWillReset = false;
657 handlePortSettingsChange(&portWillReset, mNewWidth, mNewHeight);
731 bool portWillReset = false;
732 handlePortSettingsChange(&portWillReset, s_dec_op.u4_pic_wd, s_dec_op.u4_pic_ht);
775 bool portWillReset = false;
776 handlePortSettingsChange(&portWillReset, width, height);
778 if (portWillReset) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 361 bool portWillReset = false;
364 &portWillReset, buf_width, buf_height, cropSettingsMode, fakeStride);
365 if (portWillReset) {
385 return portWillReset;
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 115 bool *portWillReset, uint32_t width, uint32_t height,
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 643 bool portWillReset = false;
644 handlePortSettingsChange(&portWillReset, width, height);
645 if (portWillReset) {
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 633 bool portWillReset = false;
634 handlePortSettingsChange(&portWillReset, width, height);
636 if (portWillReset) {
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 193 bool *portWillReset, uint32_t width, uint32_t height,
195 *portWillReset = false;
226 *portWillReset = true;

Completed in 180 milliseconds