Home
last modified time | relevance | path

Searched refs:portWillReset (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp145 bool GoldfishVPX::outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset) { in outputBuffers() argument
194 handlePortSettingsChange(portWillReset, width, height, outputColorFormat); in outputBuffers()
195 if (*portWillReset) { in outputBuffers()
279 bool portWillReset = false; in onQueueFilled() local
287 mEOSStatus == INPUT_EOS_SEEN, &portWillReset)) { in onQueueFilled()
292 if (portWillReset || mEOSStatus == OUTPUT_FRAMES_FLUSHED || in onQueueFilled()
352 EOSseen /* flushDecoder */, true /* display */, EOSseen, &portWillReset)) { in onQueueFilled()
357 if (portWillReset) { in onQueueFilled()
366 bool portWillReset = false; in onPortFlushCompleted() local
368 true /* flushDecoder */, false /* display */, false /* eos */, &portWillReset)) { in onPortFlushCompleted()
[all …]
DGoldfishVPX.h101 bool outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset);
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp424 bool portWillReset = false; in onQueueFilled() local
425 handlePortSettingsChange(&portWillReset, img.width, img.height); in onQueueFilled()
449 bool portWillReset = false; in onQueueFilled() local
450 handlePortSettingsChange(&portWillReset, myWidth, myHeight); in onQueueFilled()
454 if (portWillReset) { in onQueueFilled()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.h127 bool *portWillReset, uint32_t width, uint32_t height,
DGoldfishVideoDecoderOMXComponent.cpp196 bool *portWillReset, uint32_t width, uint32_t height, in handlePortSettingsChange() argument
199 *portWillReset = false; in handlePortSettingsChange()
236 *portWillReset = true; in handlePortSettingsChange()