Home
last modified time | relevance | path

Searched refs:eRCMode (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_MPEG4ES.c126 unsigned int eRCMode; in tng_MPEG4ES_CreateContext() local
139 switch(ctx->sRCParams.eRCMode) { in tng_MPEG4ES_CreateContext()
150 drv_debug_msg(VIDEO_DEBUG_ERROR, "Unknown RCMode %08x\n", ctx->sRCParams.eRCMode); in tng_MPEG4ES_CreateContext()
Dtng_hostdefs.h439 IMG_RCMODE eRCMode; member
639 IMG_RCMODE eRCMode; //!< RC flavour member
Dtng_H263ES.c139 switch(ctx->sRCParams.eRCMode) { in tng_H263ES_CreateContext()
150 drv_debug_msg(VIDEO_DEBUG_ERROR, "Unknown RCMode %08x\n", ctx->sRCParams.eRCMode); in tng_H263ES_CreateContext()
Dtng_hostcode.c588 ctx->sRCParams.eRCMode = IMG_RCMODE_NONE; in tng__init_rc_params()
590 ctx->sRCParams.eRCMode = IMG_RCMODE_CBR; in tng__init_rc_params()
592 ctx->sRCParams.eRCMode = IMG_RCMODE_VBR; in tng__init_rc_params()
594 ctx->sRCParams.eRCMode = IMG_RCMODE_VCM; in tng__init_rc_params()
1555 if (ctx->sRCParams.eRCMode == IMG_RCMODE_VBR) { in tng__setup_rcdata()
1602 if (ctx->sRCParams.eRCMode == IMG_RCMODE_VCM) { in tng__setup_rcdata()
2098 if (psRCParams->eRCMode != IMG_RCMODE_NONE) { in tng__H264ES_send_seq_header()
2106 …psVuiParams->CBR = ((psRCParams->eRCMode == IMG_RCMODE_CBR) && (!psRCParams->bDisableBitStuffing))… in tng__H264ES_send_seq_header()
2399 if (psRCParams->eRCMode) { in tng__prepare_templates()
2696 psMtxEncContext->eRCMode = ctx->sRCParams.eRCMode; in tng__setvideo_params()
[all …]
Dtng_H264ES.c110 switch (psRCParams->eRCMode) { in tng__H264ES_get_codec_type()
125 switch (psRCParams->eRCMode) { in tng__H264ES_get_codec_type()
717 if (psRCParams->eRCMode == IMG_RCMODE_VCM) in tng__H264ES_process_sequence_param()
Dpnw_hostcode.h522 } eRCMode; variable
Dtng_enc_trace.c555 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eRCMode=%d\n", data->eRCMode); in SETVIDEO_dump()
Dtng_trace.c768 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eRCMode=%d\n", data->eRCMode); in tng_trace_setvideo()
/hardware/intel/img/psb_video/src/hwdefs/
Dcoreflags.h190 # define CUR_ENCODE_RC_MODE (GLOBALS(g_sEncContext).eRCMode)
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.h492 } eRCMode; variable
Dlnc_H264ES.c130 eRCMode = VA_RC_NONE; in lnc_H264ES_CreateContext()