Searched refs:CONSTANT_Q (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h55 CONSTANT_Q, enumerator in enum:__anon581
179 /** @brief Sets rate control algorithm, one of (CONSTANT_Q, CBR_1, or VBR_1).
180 * CONSTANT_Q uses the default quantization values to encode the sequence.
183 * Note: type=CONSTANT_Q produces sequences with arbitrary bit rate.
192 /** @brief Specifies whether frame skipping is permitted or not. When rate control type is set to CONSTANT_Q
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp586 else if (video->encParams->RC_Type == CONSTANT_Q) /* constant_Q */
744 if (video->oBSize > DEFAULT_OVERRUN_BUFFER_SIZE || encParams->RC_Type == CONSTANT_Q) // set limit
1049 if (video->encParams->RC_Type != CONSTANT_Q)
1272 if (video->encParams->RC_Type != CONSTANT_Q)
2711 if (encParams->RC_Type != CONSTANT_Q)
2757 if (encParams->RC_Type != CONSTANT_Q)
2805 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1)
2827 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1)
2868 if (encParams->RC_Type != CONSTANT_Q)
H A Drate_control.cpp197 if (video->encParams->RC_Type == CONSTANT_Q)
300 case CONSTANT_Q:

Completed in 240 milliseconds