Searched refs:VA_RC_VBR (Results 1 – 15 of 15) sorted by relevance
81 if ((attrib[1].value & VA_RC_VBR) == 0) { in test()88 attrib[1].value = VA_RC_VBR; /* set to desired RC mode */ in test()
67 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in pnw_H263ES_QueryConfigAttributes()129 if (eRCmode == VA_RC_VBR) { in pnw_H263ES_CreateContext()
69 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in pnw_MPEG4ES_QueryConfigAttributes()131 if (eRCmode == VA_RC_VBR) { in pnw_MPEG4ES_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()133 if (eRCmode == VA_RC_VBR) { 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()
591 } else if (eRCmode == VA_RC_VBR) { in tng__init_rc_params()
70 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in lnc_MPEG4ES_QueryConfigAttributes()142 if (eRCmode == VA_RC_VBR) { in lnc_MPEG4ES_CreateContext()
68 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in lnc_H263ES_QueryConfigAttributes()138 if (eRCmode == VA_RC_VBR) { 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()145 if (eRCmode == VA_RC_VBR) { in lnc_H264ES_CreateContext()
126 static int rc_mode = VA_RC_VBR;666 case VA_RC_VBR: in rc_to_string()688 rc_mode = VA_RC_VBR; in string_to_rc()1016 if (tmp & VA_RC_VBR) in init_va()
1534 avcenc_context.rate_control_method = VA_RC_VBR; in avcenc_context_init()
661 #define VA_RC_VBR 0x00000004 macro