Lines Matching full:getoutput
483 //start getOutput
484 Encode_Status ret = mVideoEncoder->getOutput(&outBuf, FUNC_NONBLOCK);
487 LOGE("libMIX getOutput Failed. ret = 0x%08x\n", ret);
507 LOGV("Call libMIX getOutput againe due to 'data not ready'\n");
508 ret = mVideoEncoder->getOutput(&outBuf);
511 LOGV("libMIX getOutput data size= %d, flag=0x%08x", outBuf.dataSize, outBuf.flag);
652 //just call getoutput if no frame encoded in this cycle to avoid retained buffer queue wrong state