Lines Matching refs:LOG_V

39         LOG_V("hw_get_module returned\n");  in gfx_init()
106 LOG_V("gfx_lock: handle is %x, usage is %x, vaddr is %x.\n", in gfx_lock()
113 LOG_V("lock returned with address %p\n", *vaddr); in gfx_lock()
138 LOG_V("unlock returned\n"); in gfx_unlock()
165 LOG_V("Blit returned\n"); in gfx_Blit()
184LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, … in GetGfxBufferInfo()
207 LOG_V("Actual Width=%d, Height=%d, Stride=%d\n\n", vinfo.width, vinfo.height, vinfo.lumaStride); in GetGfxBufferInfo()
314LOG_V("Create an new gfx buffer handle 0x%p for color convert, width=%d, height=%d, stride=%d\n", in doMapping()
380 LOG_V("MappingToVASurface mode=%d, value=%p\n", mVinfo.mode, (void*)mValue); in MappingToVASurface()
410LOG_V("%s: Format=%x, lumaStride=%d, width=%d, height=%d\n", mode, mVinfo.format, mVinfo.lumaStrid… in MappingToVASurface()
411 LOG_V("vaSurface 0x%08x is created for value = 0x%p\n", mVASurface, (void*)mValue); in MappingToVASurface()
436 LOG_V("Surface incoming = 0x%p\n", (void*)value); in MappingSurfaceID()
437LOG_V("lumaStride = %d, chromaUStride = %d, chromaVStride=%d\n", lumaStride, chromaUStride, chroma… in MappingSurfaceID()
438LOG_V("lumaOffset = %d, chromaUOffset = %d, chromaVOffset = %d\n", lumaOffset, chromaUOffset, chro… in MappingSurfaceID()
439 LOG_V("kBufHandle = 0x%08x, fourCC = %d\n", kBufHandle, fourCC); in MappingSurfaceID()
459 LOG_V("MappingGfxHandle %p......\n", (void*)value); in MappingGfxHandle()
460 LOG_V("format = 0x%08x, lumaStride = %d in ValueInfo\n", mVinfo.format, mVinfo.lumaStride); in MappingGfxHandle()
478LOG_V("Mapping vasurface Width=%d, Height=%d, Stride=%d\n", mVASurfaceWidth, mVASurfaceHeight, mVA… in MappingGfxHandle()
495 LOG_V("MappingKbufHandle value=%p\n", (void*)value); in MappingKbufHandle()
531 LOG_V("Copying Src Buffer data to VASurface\n"); in doActionCopy()
538 LOG_V("Src Buffer information\n"); in doActionCopy()
539 LOG_V("Mode = %d, width = %d, stride = %d, height = %d\n", in doActionCopy()
603 LOG_V("\nDest VASurface information\n"); in doActionCopy()
604 LOG_V("pitches[0] = %d\n", destImage.pitches[0]); in doActionCopy()
605 LOG_V("pitches[1] = %d\n", destImage.pitches[1]); in doActionCopy()
606 LOG_V("offsets[0] = %d\n", destImage.offsets[0]); in doActionCopy()
607 LOG_V("offsets[1] = %d\n", destImage.offsets[1]); in doActionCopy()
608 LOG_V("num_planes = %d\n", destImage.num_planes); in doActionCopy()
609 LOG_V("width = %d\n", destImage.width); in doActionCopy()
610 LOG_V("height = %d\n", destImage.height); in doActionCopy()
648 LOG_V("Copying Src Buffer data to VASurface Complete\n"); in doActionCopy()
661 LOG_V("doActionColConv gfx_Blit width=%d, height=%d\n", mVinfo.width, mVinfo.height); in doActionColConv()