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.cpp433 status = iOMXNode->GetOutputFrameSize(0, width, height); in GetOutputParametersSync()
455 status = iOMXNode->GetOutputFrameSize(0, width, height); in GetOutputParametersSync()
Dpvmf_omx_enc_node.h1048 PVMFStatus GetOutputFrameSize(uint32 aLayer, uint32& aWidth, uint32& aHeight);
Dpvmf_omx_enc_node.cpp8858 PVMFStatus PVMFOMXEncNode::GetOutputFrameSize(uint32 aLayer, uint32& aWidth, uint32& aHeight) in GetOutputFrameSize() function in PVMFOMXEncNode