Searched refs:lumaStride (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderUtils.cpp | 182 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 …]
|
D | IntelMetadataBuffer.h | 60 uint32_t lumaStride; //picture luma stride member
|
D | VideoEncoderBase.cpp | 1581 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()
|
D | PVSoftMPEG4Encoder.cpp | 427 pvinfo->height, pvinfo->lumaStride); in encode()
|
D | VideoEncoderDef.h | 281 uint32_t lumaStride; member
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | VideoPayloadManager.cpp | 57 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/ |
D | IVideoPayloadManager.h | 38 uint16_t lumaStride; member
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | VirtualDevice.cpp | 1168 composeTask->videoStride = info.lumaStride; in queueCompose() 1599 outputFrameInfo.lumaUStride = info.lumaStride; in queueCompose() 1667 composeTask->videoStride = info.lumaStride; in queueCompose()
|