Searched refs:hasOutputFormatChanged (Results 1 – 7 of 7) sorted by relevance
249 public boolean hasOutputFormatChanged() { in hasOutputFormatChanged() method in CodecAsyncHandler
99 bool hasOutputFormatChanged();
210 bool CodecAsyncHandler::hasOutputFormatChanged() { in hasOutputFormatChanged() function in CodecAsyncHandler
293 RETURN_IF_TRUE(mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in isOutputFormatOk()
218 if (mAsyncHandleEncoder.hasOutputFormatChanged()) { in tryEncoderOutput()
180 boolean hasOutputFormatChanged() { in hasOutputFormatChanged() method in CodecAsyncHandler
329 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in doOutputFormatChecks()