HomeSort by relevance Sort by last modified time
    Searched refs:lumaStride (Results 1 - 8 of 8) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/include/
IVideoPayloadManager.h 38 uint16_t lumaStride;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 198 vinfo.lumaStride = h->iWidth;
204 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned
207 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned
209 vinfo.lumaStride = 512;
215 vinfo.lumaStride = (h->iWidth + 31) & ~31;
223 LOG_V("Actual Width=%d, Height=%d, Stride=%d\n\n", vinfo.width, vinfo.height, vinfo.lumaStride);
238 fwrite(vaddr[0], 1, vinfo.lumaStride * vinfo.height * 4, fp);
240 LOG_I("dump %d bytes data to %s\n", vinfo.lumaStride * vinfo.height * 4, filename);
301 int stride = mVASurfaceStride = mVinfo.lumaStride;
318 stride = tmp.lumaStride;
    [all...]
IntelMetadataBuffer.h 60 uint32_t lumaStride; //picture luma stride
VideoEncoderBase.cpp     [all...]
PVSoftMPEG4Encoder.cpp 427 pvinfo->height, pvinfo->lumaStride);
VideoEncoderDef.h 283 uint32_t lumaStride;
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadManager.cpp 57 metadata->normalBuffer.lumaStride = p->luma_stride;
69 metadata->scalingBuffer.lumaStride = p->scaling_luma_stride;
95 metadata->rotationBuffer.lumaStride = p->rotate_luma_stride;
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp     [all...]

Completed in 80 milliseconds