/hardware/ti/omap4xxx/ion/ |
D | ion_test.c | 26 size_t stride; variable 38 handle, &stride); in _ion_alloc_test() 70 int i = (row * stride) + col; in _ion_tiler_map_test() 75 int i = (row * stride) + col; in _ion_tiler_map_test() 94 len = height * stride; in ion_map_test()
|
D | ion.c | 76 struct ion_handle **handle, size_t *stride) in ion_alloc_tiler() argument 94 *stride = alloc_data.stride; in ion_alloc_tiler()
|
D | ion.h | 29 struct ion_handle **handle, size_t *stride);
|
/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/ti/omap4xxx/camera/ |
D | AppCallbackNotifier.cpp | 437 size_t stride, in copy2Dto1D() argument 464 alignedRow = stride-width; in copy2Dto1D() 465 int stride_bytes = stride / 8; in copy2Dto1D() 466 uint32_t xOff = offset % stride; in copy2Dto1D() 467 uint32_t yOff = offset / stride; in copy2Dto1D() 473 bufferSrc += stride; in copy2Dto1D() 480 bufferSrc_UV = ( uint16_t * ) ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff); in copy2Dto1D() 596 alignedRow = ( row + ( stride -1 ) ) & ( ~ ( stride -1 ) ); in copy2Dto1D()
|
D | ANativeWindowDisplayAdapter.cpp | 600 int stride; // dummy variable to get stride in allocateBuffer() local 603 … err = mANativeWindow->dequeue_buffer(mANativeWindow, (buffer_handle_t**) &hndl2hndl, &stride); in allocateBuffer() 1159 int stride; // dummy variable to get stride in handleFrameReturn() local 1170 err = mANativeWindow->dequeue_buffer(mANativeWindow, &buf, &stride); in handleFrameReturn()
|
D | CameraHal.cpp | 1247 int32_t stride; in allocVideoBufs() local 1254 …et = GrallocAlloc.alloc(width, height, HAL_PIXEL_FORMAT_NV12, CAMHAL_GRALLOC_USAGE, &buf, &stride); in allocVideoBufs()
|
/hardware/libhardware/include/hardware/ |
D | fb.h | 49 const int stride; member
|
D | gralloc.h | 220 buffer_handle_t* handle, int* stride);
|
D | camera.h | 96 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 | 193 (void *) oi->ba, (void *) oi->uv, c->stride); in dump_dsscomp() 253 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp; in mem1d() local 254 return stride * handle->iHeight; in mem1d() 311 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8; in omap4_hwc_setup_layer_base() 1366 hwc_dev->buffers[i], cfg->width, cfg->height, cfg->stride); in omap4_hwc_dump()
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | omx_vdec.h | 550 unsigned int stride; variable
|
/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/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/ |
D | omx_proxy_camera.c | 478 MemReqDescTiler[0].stride = 0; in DCC_Init()
|
/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 | 604 int stride = width; in saveFile() local 614 write(fd, bf, stride); in saveFile()
|