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.h95 uint32 getTrackConfigSize() in getTrackConfigSize() function
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp1164 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()
1201 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()
1220 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp1801 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); in InitDecoder()