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

  /hardware/intel/img/psb_video/src/
psb_surface_attrib.h 51 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
66 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
psb_surface.c 164 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
179 psb_surface->stride = luma_stride;
199 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
213 psb_surface->stride = luma_stride;
217 } else if (512 == luma_stride) {
219 } else if (1024 == luma_stride) {
221 } else if (1280 == luma_stride) {
223 } else if (2048 == luma_stride) {
225 } else if (4096 == luma_stride) {
386 value.luma_stride = psb_surface->stride
    [all...]
psb_surface_attrib.c 70 psb_surface->stride = graphic_buffers->luma_stride;
73 } else if (512 == graphic_buffers->luma_stride) {
75 } else if (1024 == graphic_buffers->luma_stride) {
77 } else if (1280 == graphic_buffers->luma_stride) {
79 } else if (2048 == graphic_buffers->luma_stride) {
81 } else if (4096 == graphic_buffers->luma_stride) {
86 if (psb_surface->stride != graphic_buffers->luma_stride) {
265 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
289 luma_stride, chroma_u_stride, chroma_v_stride,
313 (luma_stride < width) |
    [all...]
psb_drv_video.h 500 unsigned int luma_stride; member in struct:psb_surface_share_info_s
641 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member in struct:_PsbSurfaceAttributeTPI
psb_drv_video.c 783 attribute_tpi.luma_stride = pExternalBufDesc->pitches[0];
    [all...]
  /hardware/intel/common/libva/va/
va_tpi.h 58 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member in struct:_VASurfaceAttributeTPI
va_backend.h 375 unsigned int *luma_stride,
va.c     [all...]
va_trace.c 130 unsigned int *luma_stride,
292 unsigned int luma_stride; local
315 &luma_stride, &chroma_u_stride, &chroma_v_stride,
327 va_TraceMsg(trace_ctx, "\tluma_stride = %d\n", luma_stride);
347 tmp = Y_data + luma_stride * trace_ctx->trace_surface_yoff;
353 tmp += luma_stride;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 38 uint32_t luma_stride; member in struct:android::intel::VideoPayloadBuffer
RotationBufferProvider.cpp 180 stride = payload->luma_stride; /* NV12 srouce buffer */
205 vaSurfaceAttrib->luma_stride = vaSurfaceAttrib->chroma_u_stride
530 payload->luma_stride = stride;
VideoPayloadManager.cpp 57 metadata->normalBuffer.lumaStride = p->luma_stride;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 38 uint32_t luma_stride; member in struct:android::intel::VideoPayloadBuffer
RotationBufferProvider.cpp 180 stride = payload->luma_stride; /* NV12 srouce buffer */
204 vaSurfaceAttrib->luma_stride = vaSurfaceAttrib->chroma_u_stride
523 payload->luma_stride = stride;
  /external/webp/include/webp/
decode.h 127 uint8_t* luma, size_t luma_size, int luma_stride,
299 // 'luma_size' and its stride 'luma_stride'. Similarly, the chroma-u plane
308 uint8_t* luma, size_t luma_size, int luma_stride,
316 uint8_t* luma, size_t luma_size, int luma_stride,
  /external/webp/src/webp/
decode.h 127 uint8_t* luma, size_t luma_size, int luma_stride,
299 // 'luma_size' and its stride 'luma_stride'. Similarly, the chroma-u plane
308 uint8_t* luma, size_t luma_size, int luma_stride,
316 uint8_t* luma, size_t luma_size, int luma_stride,
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 41 unsigned int fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset; local
126 //vaSurfaceExternBuf.pitches[0] = attribute_tpi->luma_stride;
  /device/linaro/hikey/gralloc960/
alloc_device.cpp 358 int luma_stride; local
369 luma_stride = GRALLOC_ALIGN(width, stride_alignment);
373 int chroma_stride = GRALLOC_ALIGN(luma_stride / 2, stride_alignment);
374 /* Simplification of ((height * luma_stride ) + 2 * ((height / 2) * chroma_stride)). */
375 *size = height * (luma_stride + chroma_stride);
380 *byte_stride = luma_stride;
385 *pixel_stride = luma_stride;
    [all...]
  /external/webp/src/dec/
idec_dec.c 700 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
710 luma_stride = u_stride = v_stride = a_stride = 0;
716 if (luma_stride == 0 || u_stride == 0 || v_stride == 0) return NULL;
729 idec->output_.u.YUVA.y_stride = luma_stride;
743 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
746 return WebPINewYUVA(luma, luma_size, luma_stride,
webp_dec.c 576 uint8_t* luma, size_t luma_size, int luma_stride,
587 output.u.YUVA.y_stride = luma_stride;
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 356 unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride,
surface.c 352 unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride,
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 406 obj_surface->share_info->luma_stride = psb_surface->stride;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 237 unsigned int *luma_stride,
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 223 attribTpi.luma_stride = stride;
    [all...]

Completed in 239 milliseconds