Searched refs:aFrmOrient (Results 1 – 2 of 2) sorted by relevance
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.h | 1033 PVMFStatus SetInputFrameSize(uint32 aWidth, uint32 aHeight, uint8 aFrmOrient = 0);
|
D | pvmf_omx_enc_node.cpp | 8618 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()
|