• Home
  • Raw
  • Download

Lines Matching refs:LOG_V

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