Searched defs:ycbcr (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp250 struct android_ycbcr *ycbcr)
261 ycbcr->y = (void*)hnd->base;
262 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
263 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
264 ycbcr->ystride = ystride;
265 ycbcr->cstride = ystride;
266 ycbcr->chroma_step = 2;
267 memset(ycbcr->reserved, 0, sizeof(ycbcr->reserved));
247 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr) argument
/hardware/qcom/display/msm8974/libgralloc/
H A Dmapper.cpp251 struct android_ycbcr *ycbcr)
262 ycbcr->y = (void*)hnd->base;
263 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
264 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
265 ycbcr->ystride = ystride;
266 ycbcr->cstride = ystride;
267 ycbcr->chroma_step = 2;
268 memset(ycbcr->reserved, 0, sizeof(ycbcr->reserved));
248 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr) argument
/hardware/qcom/display/msm8x26/libgralloc/
H A Dmapper.cpp250 struct android_ycbcr *ycbcr)
261 ycbcr->y = (void*)hnd->base;
262 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
263 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
264 ycbcr->ystride = ystride;
265 ycbcr->cstride = ystride;
266 ycbcr->chroma_step = 2;
267 memset(ycbcr->reserved, 0, sizeof(ycbcr->reserved));
247 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr) argument

Completed in 105 milliseconds