Lines Matching refs:pitches
616 LOG_V("pitches[0] = %d\n", destImage.pitches[0]); in doActionCopy()
617 LOG_V("pitches[1] = %d\n", destImage.pitches[1]); in doActionCopy()
641 dstY += destImage.pitches[0]; in doActionCopy()
647 dstUV += destImage.pitches[1]; in doActionCopy()
708 extbuf.pitches[0] = vinfo.lumaStride; in CreateSurfaceFromExternalBuf()
709 extbuf.pitches[1] = vinfo.lumaStride; in CreateSurfaceFromExternalBuf()
710 extbuf.pitches[2] = vinfo.lumaStride; in CreateSurfaceFromExternalBuf()
711 extbuf.pitches[3] = 0; in CreateSurfaceFromExternalBuf()
780 extbuf.pitches[0] = width; in CreateNewVASurface()
781 extbuf.pitches[1] = width; in CreateNewVASurface()
782 extbuf.pitches[2] = width; in CreateNewVASurface()
783 extbuf.pitches[3] = 0; in CreateNewVASurface()