OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferSupplier
(Results
1 - 3
of
3
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Basecomponent.c
930
OMX_PARAM_BUFFERSUPPLIERTYPE *
bufferSupplier
= (OMX_PARAM_BUFFERSUPPLIERTYPE *)ComponentParameterStructure;
931
OMX_U32 portIndex =
bufferSupplier
->nPortIndex;
940
ret = SEC_OMX_Check_SizeVersion(
bufferSupplier
, sizeof(OMX_PARAM_BUFFERSUPPLIERTYPE));
[
all
...]
SEC_OMX_Baseport.h
71
OMX_BUFFERSUPPLIERTYPE
bufferSupplier
;
SEC_OMX_Baseport.c
796
pSECInputPort->
bufferSupplier
= OMX_BufferSupplyUnspecified;
888
pSECOutputPort->
bufferSupplier
= OMX_BufferSupplyUnspecified;
[
all
...]
Completed in 529 milliseconds