Home | History | Annotate | Download | only in videoencoder

Lines Matching refs:LOG_V

77     LOG_V("vaGetDisplay \n");
84 LOG_V("vaInitialize \n");
98 LOG_V( "vaTerminate\n");
121 LOG_V("Encoder has been started\n");
190 LOG_V( "======VA Configuration======\n");
191 LOG_V( "profile = %d\n", mComParams.profile);
192 LOG_V( "mVAEntrypoint = %d\n", mVAEntrypoint);
193 LOG_V( "vaAttrib[0].type = %d\n", vaAttrib[0].type);
194 LOG_V( "vaAttrib[1].type = %d\n", vaAttrib[1].type);
195 LOG_V( "vaAttrib[2].type = %d\n", vaAttrib[2].type);
196 LOG_V( "vaAttrib[0].value (Format) = %d\n", vaAttrib[0].value);
197 LOG_V( "vaAttrib[1].value (RC mode) = %d\n", vaAttrib[1].value);
198 LOG_V( "vaAttrib[2].value (AutoReference) = %d\n", vaAttrib[2].value);
199 LOG_V( "vaAttribNumber is %d\n", vaAttribNumber);
200 LOG_V( "mComParams.numberOfLayer is %d\n", mComParams.numberOfLayer);
202 LOG_V( "vaCreateConfig\n");
219 LOG_V( "======VA Create Surfaces for Rec/Ref frames ======\n");
278 LOG_V( "vaCreateContext\n");
317 LOG_V( "end\n");
367 LOG_V("CodedBuffer ID 0x%08x\n", coded_buf);
405 LOG_V("Something wrong, B frame may not be supported in this mode\n");
414 LOG_V("Start Encoding vaSurface=0x%08x\n", task->enc_surface);
425 LOG_V("Add Task %p into Encode Task list\n", task);
433 LOG_V("encode return Success\n");
445 LOG_V("encode return error=%x\n", ret);
469 LOG_V("getOutput CurrentTask is NULL\n");
471 LOG_V("waiting for task....\n");
474 LOG_V("waiting for task in %i ms....\n", timeout);
510 LOG_V ("block mode, vaMapBuffer ID = 0x%08x\n", mOutCodedBuffer);
525 LOG_V ("non-block mode, vaQuerySurfaceStatus ID = 0x%08x\n", mCurOutputTask->enc_surface);
561 LOG_V("out size for this getOutput call = %d\n", outBuffer->dataSize);
566 LOG_V("getOutput return Success, Frame skip is %d\n", mFrameSkipped);
591 LOG_V("getOutput return error=%x\n", ret);
597 LOG_V( "Begin\n");
602 LOG_V( "end\n");
610 LOG_V( "Begin\n");
615 LOG_V("Encoder has been stopped\n");
639 LOG_V( "Rlease Src Surface Map\n");
646 LOG_V( "vaDestroyContext\n");
652 LOG_V( "vaDestroyConfig\n");
671 LOG_V( "end\n");
682 LOG_V( "begin\n");
692 LOG_V("Coded Buffer ID been mapped = 0x%08x\n", mOutCodedBuffer);
763 LOG_V("No more data available\n");
771 LOG_V( "end\n");
795 LOG_V("All data has been outputted, return CodedBuffer 0x%08x to pool\n", mOutCodedBuffer);
880 LOG_V("mCurSegment->size = %d, mOffsetInSeg = %d\n", mCurSegment->size, mOffsetInSeg);
881 LOG_V("outBuffer->bufferSize = %d, sizeCopiedHere = %d, mTotalSizeCopied = %d\n",
969 LOG_V("Config type = %x\n", (int)videoEncParams->type);
1076 LOG_V("Config type = %d\n", (int)videoEncParams->type);
1200 LOG_V("Config type = %d\n", (int)videoEncConfig->type);
1319 LOG_V("Config type = %d\n", (int)videoEncConfig->type);
1414 LOG_V( "mFrameNum = %d ", mFrameNum);
1444 LOG_V( "Begin\n");
1448 LOG_V ("Already calculate the max encoded size, get the value directly");
1498 LOG_V( "Begin\n");
1522 LOG_V( "vaDeriveImage Done\n");
1536 LOG_V( "surface = 0x%08x\n",(uint32_t)surface);
1537 LOG_V("image->pitches[0] = %d\n", image.pitches[0]);
1538 LOG_V("image->pitches[1] = %d\n", image.pitches[1]);
1539 LOG_V("image->offsets[0] = %d\n", image.offsets[0]);
1540 LOG_V("image->offsets[1] = %d\n", image.offsets[1]);
1541 LOG_V("image->num_planes = %d\n", image.num_planes);
1542 LOG_V("image->width = %d\n", image.width);
1543 LOG_V("image->height = %d\n", image.height);
1544 LOG_V("data_size = %d\n", image.data_size);
1545 LOG_V("usrptr = 0x%p\n", *usrptr);
1650 LOG_V("in metadata mode, data=%p, size=%d\n", inBuffer->data, inBuffer->size);
1676 LOG_V( "Flush Src Surface Map\n");
1690 LOG_V("direct find surface %d from value %i\n", map->getVASurface(), value);
1697 LOG_V("not find surface from cache with value %i, start mapping if enough information\n", value);
1744 LOG_V("surface mapping success, map value %i into surface %d\n", value, map->getVASurface());
1769 LOG_V("surface mapping extravalue success, map value %i into surface %d\n", extravalues[i], map->getVASurface());
1785 LOG_V( "Begin\n\n");