OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dccbuf_size
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDCC.cpp
65
int
dccbuf_size
= 0;
local
97
dccbuf_size
= readDCCdir(NULL, dccDirs);
98
if(
dccbuf_size
<= 0) {
103
dccbuf_size
= ((
dccbuf_size
+ 4095 )/4096)*4096;
111
dccBuffer = memMgr.allocateBufferList(0, 0, NULL,
dccbuf_size
, 1);
118
dccbuf_size
= readDCCdir(dccBuffer[0].mapped, dccDirs);
119
CAMHAL_ASSERT_X(
dccbuf_size
> 0,"ERROR in copy DCC files into buffer");
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c
116
OMX_S32
dccbuf_size
= 0;
variable
441
dccbuf_size
= read_DCCdir(NULL, dcc_dir, nIndex);
443
if(
dccbuf_size
<= 0)
456
dccbuf_size
= (
dccbuf_size
+ LINUX_PAGE_SIZE -1) & ~(LINUX_PAGE_SIZE - 1);
457
ret = ion_alloc(ion_fd,
dccbuf_size
, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT, &DCC_Buff);
461
if (ion_map(ion_fd, DCC_Buff,
dccbuf_size
, PROT_READ | PROT_WRITE, MAP_SHARED, 0,
477
MemReqDescTiler[0].dim.len =
dccbuf_size
;
484
dccbuf_size
= read_DCCdir(ptempbuf, dcc_dir, nIndex);
486
PROXY_assert(
dccbuf_size
> 0, OMX_ErrorInsufficientResources
[
all
...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c
125
OMX_S32
dccbuf_size
= 0;
variable
648
dccbuf_size
= read_DCCdir(NULL, dcc_dir, nIndex);
650
if(
dccbuf_size
<= 0)
663
dccbuf_size
= (
dccbuf_size
+ LINUX_PAGE_SIZE -1) & ~(LINUX_PAGE_SIZE - 1);
664
ret = ion_alloc(ion_fd,
dccbuf_size
, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT,
668
ret = ion_alloc_tiler(ion_fd,
dccbuf_size
, 1, TILER_PIXEL_FMT_PAGE,
674
dccbuf_size
, ret);
678
if (ion_map(ion_fd, DCC_Buff,
dccbuf_size
, PROT_READ | PROT_WRITE, MAP_SHARED, 0,
686
dccbuf_size
= read_DCCdir(ptempbuf, dcc_dir, nIndex)
[
all
...]
Completed in 1921 milliseconds