Searched refs:VA_RC_CBR (Results 1 – 16 of 16) sorted by relevance
69 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in pnw_MPEG4ES_QueryConfigAttributes()134 } else if (eRCmode == VA_RC_CBR) { in pnw_MPEG4ES_CreateContext()
67 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in pnw_H263ES_QueryConfigAttributes()132 } else if (eRCmode == VA_RC_CBR) { in pnw_H263ES_CreateContext()
84 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in tng_MPEG4ES_QueryConfigAttributes()
68 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR | VA_RC_VCM; in pnw_H264ES_QueryConfigAttributes()137 } else if (eRCmode == VA_RC_CBR) { in pnw_H264ES_CreateContext()
84 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in tng_H263ES_QueryConfigAttributes()
118 attrib_list[i].value = VA_RC_CBR | VA_RC_VCM | VA_RC_VBR; in vsp_VP8_QueryConfigAttributes()
1165 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR | VA_RC_VCM; in tng_H264ES_QueryConfigAttributes()
589 } else if (eRCmode == VA_RC_CBR) { in tng__init_rc_params()
70 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in lnc_MPEG4ES_QueryConfigAttributes()145 } else if (eRCmode == VA_RC_CBR) { in lnc_MPEG4ES_CreateContext()
68 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in lnc_H263ES_QueryConfigAttributes()141 } else if (eRCmode == VA_RC_CBR) { in lnc_H263ES_CreateContext()
74 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR | VA_RC_VCM; in lnc_H264ES_QueryConfigAttributes()148 } else if (eRCmode == VA_RC_CBR) { in lnc_H264ES_CreateContext()
1364 if (avcenc_context.rate_control_method == VA_RC_CBR) in encode_picture()1532 avcenc_context.rate_control_method = VA_RC_CBR; in avcenc_context_init()1546 if (avcenc_context.rate_control_method == VA_RC_CBR) in avcenc_context_init()
664 case VA_RC_CBR: in rc_to_string()686 rc_mode = VA_RC_CBR; in string_to_rc()1014 if (tmp & VA_RC_CBR) in init_va()
669 ctx->rate_control_mode = VA_RC_CBR; in parse_args()
659 #define VA_RC_CBR 0x00000002 macro