Lines Matching refs:LOGV

110LOGV("Support Profile:%s, Level:%s\n", ProfileTable[profile_index].name, LevelTable[level_index].n…  in OMXVideoEncoderAVC()
198 LOGV("OMXVideoEncoderAVC::SetVideoEncoderParam"); in SetVideoEncoderParam()
251 LOGV("VUIFlag = %d\n", mAVCParams->VUIFlag); in SetVideoEncoderParam()
252 LOGV("sliceNum.iSliceNum = %d\n", mAVCParams->sliceNum.iSliceNum); in SetVideoEncoderParam()
253 LOGV("sliceNum.pSliceNum = %d\n", mAVCParams->sliceNum.pSliceNum); in SetVideoEncoderParam()
254 LOGV("maxSliceSize = %d\n ", mAVCParams->maxSliceSize); in SetVideoEncoderParam()
255 LOGV("intraPeriod = %d\n ", mEncoderParams->intraPeriod); in SetVideoEncoderParam()
256 LOGV("idrInterval = %d\n ", mAVCParams->idrInterval); in SetVideoEncoderParam()
257 LOGV("ipPeriod = %d\n ", mAVCParams->ipPeriod); in SetVideoEncoderParam()
305LOGV("ProcessorPreEmptyBuffer idrPeriod=%d, IntraPeriod=%d, IpPeriod=%d, BFrameEnabled=%d\n", idrP… in ProcessorPreEmptyBuffer()
332LOGV("ProcessorPreEmptyBuffer Frame %d, Type %s, EncodeInfo %x\n", mInputPictureCount, FrameTypeSt… in ProcessorPreEmptyBuffer()
351 LOGV("ProcessCacheOperation Frame %d, type:%s, CacheOps:%s, NoSTOP=%d, EOS=%d\n", in ProcessCacheOperation()
359 LOGV("ProcessCacheOperation: This frame is Empty EOS buffer\n"); in ProcessCacheOperation()
367 LOGV("ProcessCacheOperation: This B frame is cached\n"); in ProcessCacheOperation()
376 LOGV("BFrameList size = %d\n", bframecount); in ProcessCacheOperation()
432 LOGV("ProcessCacheOperation Completed return %d\n", Cached); in ProcessCacheOperation()
469 LOGV("Output codec data for first frame\n"); in ProcessDataRetrieve()
494 LOGV("no more data encoding, will signal empty EOS output buf\n"); in ProcessDataRetrieve()
507 LOGV("Call libMIX getOutput againe due to 'data not ready'\n"); in ProcessDataRetrieve()
511 LOGV("libMIX getOutput data size= %d, flag=0x%08x", outBuf.dataSize, outBuf.flag); in ProcessDataRetrieve()
531 LOGV("got a complete libmix Frame\n"); in ProcessDataRetrieve()
552LOGV("emit one empty EOS OMX output buf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->… in ProcessDataRetrieve()
565LOGV("emit one OMX output buf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, o… in ProcessDataRetrieve()
569LOGV("ProcessDataRetrieve OK, mFrameEncodedCount=%d , mFrameOutputCount=%d\n", mFrameEncodedCount,… in ProcessDataRetrieve()
584 LOGV("input buffer has new frame\n"); in ProcessorProcess()
624 LOGV("start libmix encoding\n"); in ProcessorProcess()
629 LOGV("end libmix encoding\n"); in ProcessorProcess()
634 LOGV("encoder is busy, push buffer back to get again\n"); in ProcessorProcess()
640 LOGV("put buffer to encoder and retain this buffer\n"); in ProcessorProcess()
648 LOGV("input buffer is null\n"); in ProcessorProcess()
660 LOGV("ProcessorProcess ret=%x", oret); in ProcessorProcess()
801 LOGV("p->eNaluFormat =%d\n",p->eNaluFormat); in SetParamNalStreamFormat()