HomeSort by relevance Sort by last modified time
    Searched refs:VBR_STREAMING (Results 1 - 2 of 2) sorted by null

  /external/libavc/encoder/
irc_cntrl_param.h 31 VBR_STREAMING = 2,
irc_rate_control_api.c 137 e_rate_control_type - VBR, CBR (NLDRC/LDRC), VBR_STREAMING
229 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING)
252 || (ps_rate_control_api->e_rc_type == VBR_STREAMING)
364 && (ps_rate_control_api->e_rc_type != VBR_STREAMING))
487 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING)
707 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING)
709 /* For VBR_streaming, error bits are computed according to peak bitrate*/
    [all...]

Completed in 1141 milliseconds