Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dcvei.h54 #define MAX_LAYER 2 macro
151 int iFrameWidth[MAX_LAYER];
155 int iFrameHeight[MAX_LAYER];
159 int iBitRate[MAX_LAYER];
163 float iFrameRate[MAX_LAYER];
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h362 #define MAX_LAYER 1 macro
496 int iFrameWidth[MAX_LAYER];
500 int iFrameHeight[MAX_LAYER];
504 int iBitRate[MAX_LAYER];
508 float iFrameRate[MAX_LAYER];
Dpvmf_omx_enc_node.cpp8371 if (aNumLayers > MAX_LAYER) in SetNumLayers()
8374 … (0, "PVMFOMXEncNode-%s::SetNumLayers: Error Max num layers is %d", iNodeTypeId, MAX_LAYER)); in SetNumLayers()