Home
last modified time | relevance | path

Searched refs:VA_RC_VBR (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/common/libva/test/basic/
Dtest_vaSurfaceAttrib.c81 if ((attrib[1].value & VA_RC_VBR) == 0) { in test()
88 attrib[1].value = VA_RC_VBR; /* set to desired RC mode */ in test()
/hardware/intel/img/psb_video/src/
Dpnw_H263ES.c67 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()
Dpnw_MPEG4ES.c69 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()
Dtng_MPEG4ES.c84 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in tng_MPEG4ES_QueryConfigAttributes()
Dpnw_H264ES.c68 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()
Dtng_H263ES.c84 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR; in tng_H263ES_QueryConfigAttributes()
Dvsp_vp8.c118 attrib_list[i].value = VA_RC_CBR | VA_RC_VCM | VA_RC_VBR; in vsp_VP8_QueryConfigAttributes()
Dtng_H264ES.c1165 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR | VA_RC_VCM; in tng_H264ES_QueryConfigAttributes()
Dtng_hostcode.c591 } else if (eRCmode == VA_RC_VBR) { in tng__init_rc_params()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_MPEG4ES.c70 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()
Dlnc_H263ES.c68 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()
Dlnc_H264ES.c74 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()
/hardware/intel/common/libva/test/encode/
Dh264encode.c126 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()
Davcenc.c1534 avcenc_context.rate_control_method = VA_RC_VBR; in avcenc_context_init()
/hardware/intel/common/libva/va/
Dva.h661 #define VA_RC_VBR 0x00000004 macro