Home
last modified time | relevance | path

Searched refs:GetOutputFrameSize (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp439 status = iOMXNode->GetOutputFrameSize(0, width, height); in GetOutputParametersSync()
461 status = iOMXNode->GetOutputFrameSize(0, width, height); in GetOutputParametersSync()
Dpvmf_omx_enc_node.h1040 PVMFStatus GetOutputFrameSize(uint32 aLayer, uint32& aWidth, uint32& aHeight);
Dpvmf_omx_enc_node.cpp8702 PVMFStatus PVMFOMXEncNode::GetOutputFrameSize(uint32 aLayer, uint32& aWidth, uint32& aHeight) in GetOutputFrameSize() function in PVMFOMXEncNode