Searched refs:portWillReset (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | GoldfishVPX.cpp | 146 bool GoldfishVPX::outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset) { in outputBuffers() argument 195 handlePortSettingsChange(portWillReset, width, height, outputColorFormat); in outputBuffers() 196 if (*portWillReset) { in outputBuffers() 280 bool portWillReset = false; in onQueueFilled() local 288 mEOSStatus == INPUT_EOS_SEEN, &portWillReset)) { in onQueueFilled() 293 if (portWillReset || mEOSStatus == OUTPUT_FRAMES_FLUSHED || in onQueueFilled() 353 EOSseen /* flushDecoder */, true /* display */, EOSseen, &portWillReset)) { in onQueueFilled() 358 if (portWillReset) { in onQueueFilled() 367 bool portWillReset = false; in onPortFlushCompleted() local 369 true /* flushDecoder */, false /* display */, false /* eos */, &portWillReset)) { in onPortFlushCompleted() [all …]
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.cpp | 423 bool portWillReset = false; in onQueueFilled() local 424 handlePortSettingsChange(&portWillReset, img.width, img.height); in onQueueFilled() 448 bool portWillReset = false; in onQueueFilled() local 449 handlePortSettingsChange(&portWillReset, myWidth, myHeight); in onQueueFilled() 453 if (portWillReset) { in onQueueFilled()
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishVideoDecoderOMXComponent.cpp | 196 bool *portWillReset, uint32_t width, uint32_t height, in handlePortSettingsChange() argument 199 *portWillReset = false; in handlePortSettingsChange() 236 *portWillReset = true; in handlePortSettingsChange()
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/ |
D | GoldfishVPX.h | 101 bool outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset);
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/ |
D | GoldfishVideoDecoderOMXComponent.h | 127 bool *portWillReset, uint32_t width, uint32_t height,
|