Searched refs:GetProfileAndLevel (Results 1 – 8 of 8) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/include/ |
D | pvm4vdecoder.h | 113 virtual uint32 GetProfileAndLevel(void);
|
D | pvvideodecoderinterface.h | 82 virtual uint32 GetProfileAndLevel(void) = 0;
|
D | pvm4vdecoder_dpi.h | 120 IMPORT_C uint32 GetProfileAndLevel(void);
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | pvm4vdecoder.cpp | 195 uint32 PVM4VDecoder::GetProfileAndLevel(void) in GetProfileAndLevel() function in PVM4VDecoder
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.h | 181 …PVMFStatus GetProfileAndLevel(PVMF_MPEGVideoProfileType& aProfile, PVMF_MPEGVideoLevelType& aLevel…
|
D | pvmf_omx_videodec_node.cpp | 1791 if (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess) in DoGetNodeMetadataKey() 2009 if (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess) in DoGetNodeMetadataValue() 2059 if (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess) in DoGetNodeMetadataValue() 2367 if (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess) in GetNumMetadataKeys() 2431 (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess)) in GetNumMetadataValues() 2438 (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess)) in GetNumMetadataValues() 3974 PVMFStatus PVMFOMXVideoDecNode::GetProfileAndLevel(PVMF_MPEGVideoProfileType& aProfile, PVMF_MPEGVi… in GetProfileAndLevel() function in PVMFOMXVideoDecNode
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.h | 1143 …PVMFStatus GetProfileAndLevel(PVMF_MPEGVideoProfileType& aProfile, PVMF_MPEGVideoLevelType& aLevel…
|
D | pvmf_omx_enc_node.cpp | 7137 if (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess) in DoGetNodeMetadataKey() 7347 if (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess) in DoGetNodeMetadataValue() 7399 if (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess) in DoGetNodeMetadataValue() 8030 if (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess) in GetNumMetadataKeys() 8202 (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess)) in GetNumMetadataValues() 8209 (GetProfileAndLevel(aProfile, aLevel) == PVMFSuccess)) in GetNumMetadataValues() 8316 PVMFStatus PVMFOMXEncNode::GetProfileAndLevel(PVMF_MPEGVideoProfileType& aProfile, PVMF_MPEGVideoLe… in GetProfileAndLevel() function in PVMFOMXEncNode
|