Home
last modified time | relevance | path

Searched refs:getTrackConfigSize (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_port.h105 uint32 getTrackConfigSize() in getTrackConfigSize() function
/external/opencore/nodes/pvomxencnode/include/
Dpvmf_omx_enc_port.h93 uint32 getTrackConfigSize() in getTrackConfigSize() function
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp1140 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()
1177 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()
1196 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp1751 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()