Home | History | Annotate | Download | only in videoencoder

Lines Matching refs:LOG_V

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