Lines Matching refs:LOG_V
80 LOG_V("vaGetDisplay \n"); in VideoEncoderBase()
87 LOG_V("vaInitialize \n"); in VideoEncoderBase()
101 LOG_V( "vaTerminate\n"); in ~VideoEncoderBase()
124 LOG_V("Encoder has been started\n"); in start()
193 LOG_V( "======VA Configuration======\n"); in start()
194 LOG_V( "profile = %d\n", mComParams.profile); in start()
195 LOG_V( "mVAEntrypoint = %d\n", mVAEntrypoint); in start()
196 LOG_V( "vaAttrib[0].type = %d\n", vaAttrib[0].type); in start()
197 LOG_V( "vaAttrib[1].type = %d\n", vaAttrib[1].type); in start()
198 LOG_V( "vaAttrib[2].type = %d\n", vaAttrib[2].type); in start()
199 LOG_V( "vaAttrib[0].value (Format) = %d\n", vaAttrib[0].value); in start()
200 LOG_V( "vaAttrib[1].value (RC mode) = %d\n", vaAttrib[1].value); in start()
201 LOG_V( "vaAttrib[2].value (AutoReference) = %d\n", vaAttrib[2].value); in start()
202 LOG_V( "vaAttribNumber is %d\n", vaAttribNumber); in start()
203 LOG_V( "mComParams.numberOfLayer is %d\n", mComParams.numberOfLayer); in start()
205 LOG_V( "vaCreateConfig\n"); in start()
222 LOG_V( "======VA Create Surfaces for Rec/Ref frames ======\n"); in start()
281 LOG_V( "vaCreateContext\n"); in start()
320 LOG_V( "end\n"); in start()
370 LOG_V("CodedBuffer ID 0x%08x\n", coded_buf); in encode()
408 LOG_V("Something wrong, B frame may not be supported in this mode\n"); in encode()
417 LOG_V("Start Encoding vaSurface=0x%08x\n", task->enc_surface); in encode()
428 LOG_V("Add Task %p into Encode Task list\n", task); in encode()
436 LOG_V("encode return Success\n"); in encode()
448 LOG_V("encode return error=%x\n", ret); in encode()
472 LOG_V("getOutput CurrentTask is NULL\n"); in getOutput()
474 LOG_V("waiting for task....\n"); in getOutput()
477 LOG_V("waiting for task in %i ms....\n", timeout); in getOutput()
513 LOG_V ("block mode, vaMapBuffer ID = 0x%08x\n", mOutCodedBuffer); in getOutput()
528 … LOG_V ("non-block mode, vaQuerySurfaceStatus ID = 0x%08x\n", mCurOutputTask->enc_surface); in getOutput()
564 LOG_V("out size for this getOutput call = %d\n", outBuffer->dataSize); in getOutput()
569 LOG_V("getOutput return Success, Frame skip is %d\n", mFrameSkipped); in getOutput()
594 LOG_V("getOutput return error=%x\n", ret); in getOutput()
600 LOG_V( "Begin\n"); in flush()
605 LOG_V( "end\n"); in flush()
613 LOG_V( "Begin\n"); in stop()
618 LOG_V("Encoder has been stopped\n"); in stop()
642 LOG_V( "Rlease Src Surface Map\n"); in stop()
649 LOG_V( "vaDestroyContext\n"); in stop()
655 LOG_V( "vaDestroyConfig\n"); in stop()
674 LOG_V( "end\n"); in stop()
685 LOG_V( "begin\n"); in prepareForOutput()
695 LOG_V("Coded Buffer ID been mapped = 0x%08x\n", mOutCodedBuffer); in prepareForOutput()
766 LOG_V("No more data available\n"); in prepareForOutput()
774 LOG_V( "end\n"); in prepareForOutput()
798 LOG_V("All data has been outputted, return CodedBuffer 0x%08x to pool\n", mOutCodedBuffer); in cleanupForOutput()
885 LOG_V("mCurSegment->size = %d, mOffsetInSeg = %d\n", mCurSegment->size, mOffsetInSeg); in outputAllData()
886 LOG_V("outBuffer->bufferSize = %d, sizeCopiedHere = %d, mTotalSizeCopied = %d\n", in outputAllData()
974 LOG_V("Config type = %x\n", (int)videoEncParams->type); in setParameters()
1081 LOG_V("Config type = %d\n", (int)videoEncParams->type); in getParameters()
1205 LOG_V("Config type = %d\n", (int)videoEncConfig->type); in setConfig()
1324 LOG_V("Config type = %d\n", (int)videoEncConfig->type); in getConfig()
1419 LOG_V( "mFrameNum = %d ", mFrameNum); in PrepareFrameInfo()
1449 LOG_V( "Begin\n"); in getMaxOutSize()
1453 LOG_V ("Already calculate the max encoded size, get the value directly"); in getMaxOutSize()
1503 LOG_V( "Begin\n"); in getNewUsrptrFromSurface()
1527 LOG_V( "vaDeriveImage Done\n"); in getNewUsrptrFromSurface()
1541 LOG_V( "surface = 0x%08x\n",(uint32_t)surface); in getNewUsrptrFromSurface()
1542 LOG_V("image->pitches[0] = %d\n", image.pitches[0]); in getNewUsrptrFromSurface()
1543 LOG_V("image->pitches[1] = %d\n", image.pitches[1]); in getNewUsrptrFromSurface()
1544 LOG_V("image->offsets[0] = %d\n", image.offsets[0]); in getNewUsrptrFromSurface()
1545 LOG_V("image->offsets[1] = %d\n", image.offsets[1]); in getNewUsrptrFromSurface()
1546 LOG_V("image->num_planes = %d\n", image.num_planes); in getNewUsrptrFromSurface()
1547 LOG_V("image->width = %d\n", image.width); in getNewUsrptrFromSurface()
1548 LOG_V("image->height = %d\n", image.height); in getNewUsrptrFromSurface()
1549 LOG_V("data_size = %d\n", image.data_size); in getNewUsrptrFromSurface()
1550 LOG_V("usrptr = 0x%p\n", *usrptr); in getNewUsrptrFromSurface()
1655 LOG_V("in metadata mode, data=%p, size=%d\n", inBuffer->data, inBuffer->size); in manageSrcSurface()
1681 LOG_V( "Flush Src Surface Map\n"); in manageSrcSurface()
1695 LOG_V("direct find surface %d from value %i\n", map->getVASurface(), value); in manageSrcSurface()
1702 … LOG_V("not find surface from cache with value %i, start mapping if enough information\n", value); in manageSrcSurface()
1749 … LOG_V("surface mapping success, map value %i into surface %d\n", value, map->getVASurface()); in manageSrcSurface()
1774 …LOG_V("surface mapping extravalue success, map value %i into surface %d\n", extravalues[i], map->g… in manageSrcSurface()
1790 LOG_V( "Begin\n\n"); in renderDynamicBitrate()