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

1 2

  /hardware/intel/img/psb_video/src/
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_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_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
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 38 uint32_t luma_stride; member in struct:android::intel::VideoPayloadBuffer
VideoPayloadManager.cpp 57 metadata->normalBuffer.lumaStride = p->luma_stride;
RotationBufferProvider.cpp 179 stride = payload->luma_stride; /* NV12 srouce buffer */
204 vaSurfaceAttrib->luma_stride = vaSurfaceAttrib->chroma_u_stride
529 payload->luma_stride = stride;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 38 uint32_t luma_stride; member in struct:android::intel::VideoPayloadBuffer
RotationBufferProvider.cpp 179 stride = payload->luma_stride; /* NV12 srouce buffer */
203 vaSurfaceAttrib->luma_stride = vaSurfaceAttrib->chroma_u_stride
522 payload->luma_stride = 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;
  /external/mesa3d/src/gallium/state_trackers/va/
va_surface.c 125 unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride,
ftab.c 121 unsigned int *luma_stride,
va_private.h 152 unsigned int *luma_stride,
  /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 128 unsigned int *luma_stride,
287 unsigned int luma_stride; local
310 &luma_stride, &chroma_u_stride, &chroma_v_stride,
322 va_TraceMsg(trace_ctx, "\tluma_stride = %d\n", luma_stride);
342 tmp = Y_data + luma_stride * trace_ctx->trace_surface_yoff;
348 tmp += luma_stride;
    [all...]
  /external/webp/src/dec/
idec.c 671 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
681 luma_stride = u_stride = v_stride = a_stride = 0;
687 if (luma_stride == 0 || u_stride == 0 || v_stride == 0) return NULL;
700 idec->output_.u.YUVA.y_stride = luma_stride;
714 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
717 return WebPINewYUVA(luma, luma_size, luma_stride,
webp.c 583 uint8_t* luma, size_t luma_size, int luma_stride,
594 output.u.YUVA.y_stride = luma_stride;
  /external/webp/include/webp/
decode.h 124 uint8_t* luma, size_t luma_size, int luma_stride,
293 // 'luma_size' and its stride 'luma_stride'. Similarly, the chroma-u plane
302 uint8_t* luma, size_t luma_size, int luma_stride,
310 uint8_t* luma, size_t luma_size, int luma_stride,
  /external/webp/src/webp/
decode.h 124 uint8_t* luma, size_t luma_size, int luma_stride,
293 // 'luma_size' and its stride 'luma_stride'. Similarly, the chroma-u plane
302 uint8_t* luma, size_t luma_size, int luma_stride,
310 uint8_t* luma, size_t luma_size, int luma_stride,
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 399 obj_surface->share_info->luma_stride = psb_surface->stride;
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 285 uint32_t luma_stride; /* luma stride */ member in struct:drm_video_displaying_frameinfo
    [all...]
  /external/libhevc/decoder/arm/
ihevcd_fmt_conv_420sp_to_rgba8888.s 152 ADD R7,R0,R6 @// luma_next_row = luma + luma_stride
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_rgba8888.s 159 ADD x7,x0,x6 //// luma_next_row = luma + luma_stride

Completed in 776 milliseconds

1 2