Home
last modified time | relevance | path

Searched refs:lumaStride (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp182 vinfo.lumaStride = h->iWidth; in GetGfxBufferInfo()
188 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned in GetGfxBufferInfo()
191 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned in GetGfxBufferInfo()
193 vinfo.lumaStride = 512; in GetGfxBufferInfo()
199 vinfo.lumaStride = (h->iWidth + 31) & ~31; in GetGfxBufferInfo()
207 LOG_V("Actual Width=%d, Height=%d, Stride=%d\n\n", vinfo.width, vinfo.height, vinfo.lumaStride); in GetGfxBufferInfo()
222 fwrite(vaddr[0], 1, vinfo.lumaStride * vinfo.height * 4, fp); in DumpGfx()
224 LOG_I("dump %d bytes data to %s\n", vinfo.lumaStride * vinfo.height * 4, filename); in DumpGfx()
285 int stride = mVASurfaceStride = mVinfo.lumaStride; in doMapping()
302 stride = tmp.lumaStride; in doMapping()
[all …]
DIntelMetadataBuffer.h60 uint32_t lumaStride; //picture luma stride member
DVideoEncoderBase.cpp1581 vinfo.lumaStride = width; in getNewUsrptrFromSurface()
1622 vinfo.lumaStride = upStreamBuffer->bufAttrib->lumaStride; in setUpstreamBuffer()
1713 vinfo.lumaStride = mComParams.resolution.width; in manageSrcSurface()
1731 vinfo.lumaStride = mComParams.resolution.width; in manageSrcSurface()
DPVSoftMPEG4Encoder.cpp427 pvinfo->height, pvinfo->lumaStride); in encode()
DVideoEncoderDef.h281 uint32_t lumaStride; member
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DVideoPayloadManager.cpp57 metadata->normalBuffer.lumaStride = p->luma_stride; in getMetaData()
69 metadata->scalingBuffer.lumaStride = p->scaling_luma_stride; in getMetaData()
95 metadata->rotationBuffer.lumaStride = p->rotate_luma_stride; in getMetaData()
/hardware/intel/img/hwcomposer/merrifield/include/
DIVideoPayloadManager.h38 uint16_t lumaStride; member
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp1168 composeTask->videoStride = info.lumaStride; in queueCompose()
1599 outputFrameInfo.lumaUStride = info.lumaStride; in queueCompose()
1667 composeTask->videoStride = info.lumaStride; in queueCompose()