HomeSort by relevance Sort by last modified time
    Searched defs:e_rc_type (Results 1 - 6 of 6) sorted by null

  /external/libavc/encoder/
irc_rate_control_api_structs.h 37 rc_type_e e_rc_type; member in struct:rate_control_api_t
ih264e_structs.h 2123 rc_type_e e_rc_type; member in struct:__anon27120
    [all...]
  /external/libhevc/encoder/
rate_control_api_structs.h 53 rc_type_e e_rc_type; /* RC Algorithm */ member in struct:rate_control_api_t
cbr_buffer_control.c 86 rc_type_e e_rc_type; member in struct:cbr_buffer_t
133 if(ps_cbr_buffer->e_rc_type == VBR_STREAMING)
181 rc_type_e e_rc_type,
199 ps_cbr_buffer->e_rc_type = e_rc_type;
220 if(e_rc_type == CBR_NLDRC) /* This would mean CBR mode */
230 else if(e_rc_type == VBR_STREAMING)
276 ASSERT(e_rc_type == CONST_QP);
292 if(e_rc_type != CONST_QP)
439 rc_type_e e_rc_type)
    [all...]
bit_allocation.c 2906 rc_type_e e_rc_type = get_rc_type(ps_cbr_buffer); local
    [all...]
ihevce_rc_interface.c 1790 rc_type_e e_rc_type = ps_rc_ctxt->e_rate_control_type; local
2088 rc_type_e e_rc_type = ps_rc_ctxt->e_rate_control_type; local
    [all...]

Completed in 6977 milliseconds