/hardware/ti/omap4xxx/camera/ |
D | AppCallbackNotifier.cpp | 472 size_t stride, in copy2Dto1D() argument 492 uint32_t xOff = offset % stride; in copy2Dto1D() 493 uint32_t yOff = offset / stride; in copy2Dto1D() 494 uint8_t *bufferSrcUV = ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff); in copy2Dto1D() 525 bufferSrcUV += ( stride - width); in copy2Dto1D() 530 bufferSrc += ( stride - width); in copy2Dto1D() 542 alignedRow = stride-width; in copy2Dto1D() 543 int stride_bytes = stride / 8; in copy2Dto1D() 544 uint32_t xOff = offset % stride; in copy2Dto1D() 545 uint32_t yOff = offset / stride; in copy2Dto1D() [all …]
|
D | ANativeWindowDisplayAdapter.cpp | 604 int stride; // dummy variable to get stride in allocateBuffer() local 607 … err = mANativeWindow->dequeue_buffer(mANativeWindow, (buffer_handle_t**) &hndl2hndl, &stride); in allocateBuffer() 1163 int stride; // dummy variable to get stride in handleFrameReturn() local 1174 err = mANativeWindow->dequeue_buffer(mANativeWindow, &buf, &stride); in handleFrameReturn()
|
D | CameraHal.cpp | 1281 int32_t stride; in allocVideoBufs() local 1288 …et = GrallocAlloc.alloc(width, height, HAL_PIXEL_FORMAT_NV12, CAMHAL_GRALLOC_USAGE, &buf, &stride); in allocVideoBufs()
|
/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 206 size_t size, stride; in gralloc_alloc() local 229 stride = bpr / bpp; in gralloc_alloc() 242 *pStride = stride; in gralloc_alloc()
|
D | framebuffer.cpp | 336 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open() local 343 const_cast<int&>(dev->device.stride) = stride; in fb_device_open()
|
/hardware/msm7k/libgralloc/ |
D | gralloc.cpp | 468 size_t size, stride; in gralloc_alloc() local 494 stride = (w + mask) & ~mask; in gralloc_alloc() 495 size = stride * h * bpp; in gralloc_alloc() 500 stride = bpr / bpp; in gralloc_alloc() 514 *pStride = stride; in gralloc_alloc()
|
D | framebuffer.cpp | 355 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open() local 359 const_cast<int&>(dev->device.stride) = stride; in fb_device_open()
|
/hardware/libhardware/include/hardware/ |
D | fb.h | 49 const int stride; member
|
D | gralloc.h | 222 buffer_handle_t* handle, int* stride);
|
D | camera2.h | 52 buffer_handle_t** buffer, int *stride);
|
D | camera.h | 72 buffer_handle_t** buffer, int *stride);
|
/hardware/msm7k/libgralloc-qsd8k/ |
D | framebuffer.cpp | 391 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open() local 395 const_cast<int&>(dev->device.stride) = stride; in fb_device_open()
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec.cpp | 307 stride(0), in omx_vdec() 976 driver_context.video_resoultion.stride = 1280; in component_init() 982 driver_context.video_resoultion.stride = 1920; in component_init() 1054 stride = m_crop_dx = m_width = 1280; in component_init() 1058 stride = m_crop_dx = m_width = 1920; in component_init() 2087 portDefn->format.video.nStride = stride; in get_parameter() 2090 scan_lines,stride); in get_parameter() 2395 stride = portDefn->format.video.nStride; in set_parameter() 2400 driver_context.video_resoultion.stride = stride; in set_parameter() 5257 … driver_context.video_resoultion.stride,driver_context.video_resoultion.scan_lines, in omx_vdec_check_port_settings() [all …]
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 707 blocks[0].stride = 0; in PROXY_AllocateBuffer() 712 blocks[1].stride = 0; in PROXY_AllocateBuffer() 736 blocks[0].stride = 0; in PROXY_AllocateBuffer() 741 blocks[1].stride = 0; in PROXY_AllocateBuffer() 769 block.stride = 0; in PROXY_AllocateBuffer() 2511 block.stride = 0;
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 222 (void *) oi->ba, (void *) oi->uv, c->stride); in dump_dsscomp() 386 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp; in mem1d() local 387 return stride * handle->iHeight; in mem1d() 435 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8; in omap4_hwc_setup_layer_base() 1332 oi->cfg.stride = dock_image.rowbytes; in omap4_hwc_prepare() 1504 hwc_dev->buffers[i], cfg->width, cfg->height, cfg->stride); in omap4_hwc_dump()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/ |
D | omx_proxy_camera.c | 478 MemReqDescTiler[0].stride = 0; in DCC_Init()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
D | OMX_JpegDec_Utils.h | 525 OMX_U32 stride[3]; /*Stride values for Y, U, and V components*/ member
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | omx_vdec.h | 550 unsigned int stride; variable
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 202 int sliceheight = 0, stride = 0; variable 827 stride = 176; in main() 1702 stride = portFmt.format.video.nStride; in Play_Decoder()
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 611 int stride = width; in saveFile() local 621 write(fd, bf, stride); in saveFile()
|