HomeSort by relevance Sort by last modified time
    Searched refs:VA_RC_VBR (Results 1 - 16 of 16) sorted by null

  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 81 if ((attrib[1].value & VA_RC_VBR) == 0) {
88 attrib[1].value = VA_RC_VBR; /* set to desired RC mode */
  /external/mesa3d/src/gallium/state_trackers/va/
config.c 133 value = VA_RC_CQP | VA_RC_CBR | VA_RC_VBR;
249 else if (attrib_list[i].value == VA_RC_VBR)
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 68 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
138 if (eRCmode == VA_RC_VBR) {
lnc_MPEG4ES.c 70 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
142 if (eRCmode == VA_RC_VBR) {
lnc_H264ES.c 74 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR | VA_RC_VCM;
145 if (eRCmode == VA_RC_VBR) {
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 67 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
129 if (eRCmode == VA_RC_VBR) {
pnw_MPEG4ES.c 69 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
131 if (eRCmode == VA_RC_VBR) {
tng_MPEG4ES.c 84 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
tng_H263ES.c 84 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
pnw_H264ES.c 68 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR | VA_RC_VCM;
133 if (eRCmode == VA_RC_VBR) {
    [all...]
vsp_vp8.c 118 attrib_list[i].value = VA_RC_CBR | VA_RC_VCM | VA_RC_VBR;
    [all...]
tng_H264ES.c     [all...]
tng_hostcode.c 591 } else if (eRCmode == VA_RC_VBR) {
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 126 static int rc_mode = VA_RC_VBR;
666 case VA_RC_VBR:
688 rc_mode = VA_RC_VBR;
    [all...]
avcenc.c     [all...]
  /hardware/intel/common/libva/va/
va.h 661 #define VA_RC_VBR 0x00000004
    [all...]

Completed in 112 milliseconds