Searched refs:hasOutputFormatChanged (Results 1 – 5 of 5) sorted by relevance
298 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testSimpleDecode()438 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testFlush()533 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testReconfigure()561 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testReconfigure()586 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testReconfigure()622 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testReconfigure()773 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testSimpleDecodeQueueCSD()
196 boolean hasOutputFormatChanged() { in hasOutputFormatChanged() method in CodecAsyncHandler
352 if (mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in testSimpleDecode()484 if (mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in testFlush()616 if (mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in testSimpleDecodeQueueCSD()
78 bool hasOutputFormatChanged();
157 bool CodecAsyncHandler::hasOutputFormatChanged() { in hasOutputFormatChanged() function in CodecAsyncHandler