Lines Matching refs:Flush
22 2. Flush,Reset,Stop之后,重新Start时,需要重新传PPS/SPS。具体示例请参考[Surface模式](#surface模式)步骤14调用OH_VideoDecoder_Flu…
23 3. Flush,Reset,Stop,Destroy在非回调线程中执行时,会等待所有回调执行完成后,将执行结果返回给用户。
26 6. 在调用Flush,Reset,Stop的过程中,调用者不应对之前回调函数获取到的OH_AVBuffer继续进行操作。
150 void Flush()
155 // Flush、Stop、Reset、Destroy操作之后,之前回调的buffer信息设置为无效
603 inQueue.Flush();
604 outQueue.Flush();
639 > Flush之后,重新调用OH_VideoDecoder_Start接口时,需要重新传PPS/SPS。
653 inQueue.Flush();
654 outQueue.Flush();
683 inQueue.Flush();
684 outQueue.Flush();
706 inQueue.Flush();
707 outQueue.Flush();