Home | History | Annotate | Download | only in videoencoder

Lines Matching refs:LOG_V

41         LOG_V("hw_get_module returned\n");
117 LOG_V("gfx_lock: handle is %x, usage is %x, vaddr is %x.\n", (unsigned int)handle, usage, (unsigned int)*vaddr);
123 LOG_V("lock returned with address %p\n", *vaddr);
144 LOG_V("unlock returned\n");
173 LOG_V("Blit returned\n");
192 LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iFormat);
218 LOG_V("Actual Width=%d, Height=%d, Stride=%d\n\n", vinfo.width, vinfo.height, vinfo.lumaStride);
325 LOG_V("Create an new gfx buffer handle 0x%p for color convert, width=%d, height=%d, stride=%d\n",
391 LOG_V("MappingToVASurface mode=%d, value=%p\n", mVinfo.mode, (void*)mValue);
421 LOG_V("%s: Format=%x, lumaStride=%d, width=%d, height=%d\n", mode, mVinfo.format, mVinfo.lumaStride, mVinfo.width, mVinfo.height);
422 LOG_V("vaSurface 0x%08x is created for value = 0x%p\n", mVASurface, (void*)mValue);
448 LOG_V("Surface incoming = 0x%p\n", (void*)value);
449 LOG_V("lumaStride = %d, chromaUStride = %d, chromaVStride=%d\n", lumaStride, chromaUStride, chromaVStride);
450 LOG_V("lumaOffset = %d, chromaUOffset = %d, chromaVOffset = %d\n", lumaOffset, chromaUOffset, chromaVOffset);
451 LOG_V("kBufHandle = 0x%08x, fourCC = %d\n", kBufHandle, fourCC);
471 LOG_V("MappingGfxHandle %p......\n", (void*)value);
472 LOG_V("format = 0x%08x, lumaStride = %d in ValueInfo\n", mVinfo.format, mVinfo.lumaStride);
490 LOG_V("Mapping vasurface Width=%d, Height=%d, Stride=%d\n", mVASurfaceWidth, mVASurfaceHeight, mVASurfaceStride);
507 LOG_V("MappingKbufHandle value=%p\n", (void*)value);
543 LOG_V("Copying Src Buffer data to VASurface\n");
550 LOG_V("Src Buffer information\n");
551 LOG_V("Mode = %d, width = %d, stride = %d, height = %d\n",
615 LOG_V("\nDest VASurface information\n");
616 LOG_V("pitches[0] = %d\n", destImage.pitches[0]);
617 LOG_V("pitches[1] = %d\n", destImage.pitches[1]);
618 LOG_V("offsets[0] = %d\n", destImage.offsets[0]);
619 LOG_V("offsets[1] = %d\n", destImage.offsets[1]);
620 LOG_V("num_planes = %d\n", destImage.num_planes);
621 LOG_V("width = %d\n", destImage.width);
622 LOG_V("height = %d\n", destImage.height);
661 LOG_V("Copying Src Buffer data to VASurface Complete\n");
674 LOG_V("doActionColConv gfx_Blit width=%d, height=%d\n", mVinfo.width, mVinfo.height);