Home
last modified time | relevance | path

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

/external/opencore/nodes/common/include/
Dpvmp4h263encextension.h89 virtual bool SetNumLayers(uint32 aNumLayers) = 0;
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1004 OSCL_IMPORT_REF bool SetNumLayers(uint32 aNumLayers);
Dpvmf_omx_enc_node.cpp8357 OSCL_EXPORT_REF bool PVMFOMXEncNode::SetNumLayers(uint32 aNumLayers) in SetNumLayers() argument
8371 if (aNumLayers > MAX_LAYER) in SetNumLayers()
8378 iVideoEncodeParam.iNumLayer = aNumLayers; in SetNumLayers()