Home
last modified time | relevance | path

Searched refs:aFrmOrient (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1033 PVMFStatus SetInputFrameSize(uint32 aWidth, uint32 aHeight, uint8 aFrmOrient = 0);
Dpvmf_omx_enc_node.cpp8618 PVMFStatus PVMFOMXEncNode::SetInputFrameSize(uint32 aWidth, uint32 aHeight, uint8 aFrmOrient) in SetInputFrameSize() argument
8632 …tInputFrameSize: aWidth=%d, aHeight=%d, aFrmOrient=%d", iNodeTypeId, aWidth, aHeight, aFrmOrient)); in SetInputFrameSize()
8636 iVideoInputFormat.iFrameOrientation = aFrmOrient; in SetInputFrameSize()