OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOMX_DEBUG
(Results
26 - 39
of
39
) sorted by null
1
2
/hardware/ti/omap4xxx/domx/mm_osal/
Android.mk
23
LOCAL_CFLAGS += -DOMAP_2430 -
DOMX_DEBUG
-D_Android -D_POSIX_VERSION_1_
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c
32
DOMX_DEBUG
("Component name provided is %s", COMPONENT_NAME);
92
DOMX_DEBUG
("secure mode recieved from Misc driver for secure playback = 0x%x\n", mode);
omx_proxy_videodec.c
129
DOMX_DEBUG
("Component name provided is %s", COMPONENT_NAME);
174
DOMX_DEBUG
("Component name provided is %s", COMPONENT_NAME);
238
DOMX_DEBUG
("Error in Initializing Proxy");
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
Makefile
28
CFLAGS += -
DOMX_DEBUG
=1
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
Makefile
24
CFLAGS += -
DOMX_DEBUG
=1
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
Makefile
34
CFLAGS += -
DOMX_DEBUG
=1
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
Makefile
20
CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -ansi -fpic -pipe #-
DOMX_DEBUG
24
CFLAGS += -
DOMX_DEBUG
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c
154
DOMX_DEBUG
("Component name provided is %s", COMPONENT_NAME);
226
DOMX_DEBUG
("Error in Initializing Proxy");
425
DOMX_DEBUG
("Moving to Metadatamode");
438
DOMX_DEBUG
("Moving to Metadatamode done");
574
DOMX_DEBUG
584
DOMX_DEBUG
("Passing meta data to encoder");
596
DOMX_DEBUG
("MetadataBufferType is kMetadataBufferTypeCameraSource");
600
DOMX_DEBUG
("Grallloc buffer recieved in metadata buffer 0x%x",pGrallocHandle );
605
DOMX_DEBUG
("%s Gralloc=0x%x, Y-fd=%d, UV-fd=%d", __FUNCTION__, pGrallocHandle,
616
DOMX_DEBUG
("MetadataBufferType is kMetadataBufferTypeGrallocSource")
[
all
...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c
344
DOMX_DEBUG
(" DCC: 0 - disabled 1 - enabled : val: %d", dcc_flag);
358
DOMX_DEBUG
(" Error in DCC Init");
368
DOMX_DEBUG
(" Error in Sending DCC Buf ptr");
422
DOMX_DEBUG
("DCC URI's %s ", param.sDCCURI);
445
DOMX_DEBUG
("No DCC files found, switching back to default DCC");
523
DOMX_DEBUG
("SYSLINK MAPPED ADDR: 0x%x sizeof buffer %d",
579
DOMX_DEBUG
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c
153
DOMX_DEBUG
("Corresponding RPC function executed successfully"); \
207
DOMX_DEBUG
("ION being USED for allocation!!!!! handle = %x, ret =%x",temp,ret);
259
DOMX_DEBUG
("Received Ref Count Event");
289
DOMX_DEBUG
("Received Mark Event");
498
DOMX_DEBUG
("Buffer Index of Match %d ", count);
608
DOMX_DEBUG
("Buffer Index of Match %d ", count);
752
DOMX_DEBUG
(" Y Buffer : Allocated Width:%d, Height:%d",blocks[0].dim.area.width, blocks[0].dim.area.height);
760
DOMX_DEBUG
("Ion handle recieved = %x",handle);
816
DOMX_DEBUG
("before mapping, handle = %x, nSize = %d",handle,nSize);
865
DOMX_DEBUG
("In AB, no. of buffers = %d", pCompPrv->nTotalBuffers)
[
all
...]
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_skel.c
225
DOMX_DEBUG
227
DOMX_DEBUG
230
DOMX_DEBUG
("Just Before Entering Proxy Event handler call");
omx_rpc_stub.c
179
DOMX_DEBUG
("RPC_GetHandle: Recieved GetHandle request from %s",
186
DOMX_DEBUG
("Packing data");
196
DOMX_DEBUG
("Sending data");
206
DOMX_DEBUG
("Remote Handle 0x%x", hComp);
217
DOMX_DEBUG
("Actual Remote Comp Handle 0x%x", hActualComp);
[
all
...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c
155
DOMX_DEBUG
("Component name provided is %s", COMPONENT_NAME);
228
DOMX_DEBUG
("Error in Initializing Proxy");
442
DOMX_DEBUG
("Moving to Metadatamode");
455
DOMX_DEBUG
("Moving to Metadatamode done");
591
DOMX_DEBUG
600
DOMX_DEBUG
("Passing meta data to encoder");
612
DOMX_DEBUG
("MetadataBufferType is kMetadataBufferTypeCameraSource");
616
DOMX_DEBUG
("Grallloc buffer recieved in metadata buffer 0x%x",pGrallocHandle );
621
DOMX_DEBUG
("%s Gralloc=0x%x, Y-fd=%d, UV-fd=%d", __FUNCTION__, pGrallocHandle,
632
DOMX_DEBUG
("MetadataBufferType is kMetadataBufferTypeGrallocSource")
[
all
...]
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_utils.h
70
#define
DOMX_DEBUG
(fmt,...) TIMM_OSAL_Debug(fmt, ##__VA_ARGS__)
Completed in 184 milliseconds
1
2