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

  /hardware/intel/img/psb_video/src/
psb_surface.c 91 psb_surface->luma_offset = 0;
99 psb_surface->luma_offset = 0;
136 psb_surface->luma_offset = 0;
143 psb_surface->luma_offset = 0;
167 unsigned int luma_offset, /* could be 0 */
182 psb_surface->luma_offset = luma_offset;
202 unsigned int __maybe_unused luma_offset, /* could be 0 */
231 psb_surface->luma_offset = luma_offset;
    [all...]
psb_surface_attrib.h 54 unsigned int luma_offset, /* could be 0 */
69 unsigned int luma_offset, /* could be 0 */
psb_surface.h 64 unsigned int luma_offset; member in struct:psb_surface_s
psb_surface_attrib.c 90 psb_surface->luma_offset = 0;
268 unsigned int luma_offset, /* could be 0 */
290 luma_offset, chroma_u_offset, chroma_v_offset);
316 (chroma_u_offset < luma_offset + width * height) ||
317 (chroma_v_offset < luma_offset + width * height));
323 (chroma_u_offset < luma_offset + width * height) ||
324 (chroma_v_offset < luma_offset + width * height));
371 luma_offset,
422 unsigned int luma_offset, /* could be 0 */
443 luma_offset, chroma_u_offset, chroma_v_offset)
    [all...]
psb_drv_video.h 645 unsigned int luma_offset; /* could be 0 */ member in struct:_PsbSurfaceAttributeTPI
tng_VP8.c 771 psb_cmdbuf_rendec_write_address(cmdbuf, &target_surface->buf, target_surface->buf.buffer_ofs + target_surface->luma_offset);
    [all...]
psb_drv_video.c 786 attribute_tpi.luma_offset = pExternalBufDesc->offsets[0];
    [all...]
  /hardware/intel/common/libva/va/
va_tpi.h 61 unsigned int luma_offset; /* could be 0 */ member in struct:_VASurfaceAttributeTPI
va_backend.h 378 unsigned int *luma_offset,
va.c     [all...]
va_trace.c 133 unsigned int *luma_offset,
295 unsigned int luma_offset; local
316 &luma_offset, &chroma_u_offset, &chroma_v_offset,
330 va_TraceMsg(trace_ctx, "\tluma_offset = %d\n", luma_offset);
    [all...]
  /external/libdrm/tests/amdgpu/
vce_tests.c 285 uint64_t luma_offset, chroma_offset; local
288 luma_offset = enc->vbuf.addr;
289 chroma_offset = luma_offset + enc->width * enc->height;
310 ib_cpu[len + 9] = luma_offset >> 32;
311 ib_cpu[len + 10] = luma_offset;
326 uint64_t luma_offset, chroma_offset; local
330 luma_offset = enc->vbuf.addr;
331 chroma_offset = luma_offset + enc->width * enc->height;
355 ib_cpu[len + 9] = luma_offset >> 32;
356 ib_cpu[len + 10] = luma_offset;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_surface.c 126 unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
va_private.h 155 unsigned int *luma_offset,
  /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
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 202 vaSurfaceAttrib->luma_offset = 0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 201 vaSurfaceAttrib->luma_offset = 0;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 240 unsigned int *luma_offset,
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 255 uint32_t luma_offset; member in struct:drm_video_displaying_frameinfo
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 288 uint32_t luma_offset; /* luma offset from the beginning of the memory */ member in struct:drm_video_displaying_frameinfo
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 226 attribTpi.luma_offset = 0;
    [all...]

Completed in 754 milliseconds