OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMetadataBufferTypeGrallocSource
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/include/media/stagefright/
MetadataBufferType.h
69
*
kMetadataBufferTypeGrallocSource
is used to indicate that
75
* source (
kMetadataBufferTypeGrallocSource
)
80
* |
kMetadataBufferTypeGrallocSource
| sizeof(buffer_handle_t) |
83
kMetadataBufferTypeGrallocSource
= 1,
/device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp
372
if (type ==
kMetadataBufferTypeGrallocSource
)
404
} else if (type ==
kMetadataBufferTypeGrallocSource
){
/frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp
800
// source (
kMetadataBufferTypeGrallocSource
)
805
// |
kMetadataBufferTypeGrallocSource
| sizeof(buffer_handle_t) |
818
OMX_U32 type =
kMetadataBufferTypeGrallocSource
;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c
627
else if(nMetadataBufferType ==
kMetadataBufferTypeGrallocSource
)
632
DOMX_DEBUG("MetadataBufferType is
kMetadataBufferTypeGrallocSource
");
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c
611
else if(nMetadataBufferType ==
kMetadataBufferTypeGrallocSource
)
616
DOMX_DEBUG("MetadataBufferType is
kMetadataBufferTypeGrallocSource
");
Completed in 481 milliseconds