Searched refs:rcType (Results 1 – 8 of 8) sorted by relevance
197 MP4RateControlType rcType; member
68 3. Rate control mode (parameter name: `rcType`)85 | `rcType` | 0. `CONSTANT_Q` 1. `CBR_1` 2. `VBR_1` 3. `CBR_2` 4. `VBR_2` 5. `CBR_LOWDELAY` | All th…
99 mEncodeHandle->rcType = krcType[data[IDX_RC_TYPE] % krcTypeNum]; in initEncoder()
149 encParams.rcType = VBR_1; in main()
113 mEncodeHandle->rcType = VBR_1; in initEncoderParams()
125 mEncParams->rcType = VBR_1; in initEncParams()
327 mEncParams->rcType = VBR_1; in initEncParams()
309 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()541 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()545 switch (encOption->rcType) in PVInitVideoEncoder()