HomeSort by relevance Sort by last modified time
    Searched refs:VAConfigAttribRateControl (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 67 case VAConfigAttribRateControl:
94 case VAConfigAttribRateControl:
130 else if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
133 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
lnc_MPEG4ES.c 69 case VAConfigAttribRateControl:
97 case VAConfigAttribRateControl:
133 else if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
137 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
lnc_H264ES.c 73 case VAConfigAttribRateControl:
99 case VAConfigAttribRateControl:
135 else if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
138 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
config.c 132 case VAConfigAttribRateControl:
246 if (attrib_list[i].type == VAConfigAttribRateControl) {
  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 66 case VAConfigAttribRateControl:
89 case VAConfigAttribRateControl:
119 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
pnw_MPEG4ES.c 68 case VAConfigAttribRateControl:
92 case VAConfigAttribRateControl:
121 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
tng_MPEG4ES.c 83 case VAConfigAttribRateControl:
106 case VAConfigAttribRateControl:
tng_H263ES.c 83 case VAConfigAttribRateControl:
106 case VAConfigAttribRateControl:
vsp_vp8.c 117 case VAConfigAttribRateControl:
149 case VAConfigAttribRateControl:
218 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl) {
    [all...]
pnw_H264ES.c 67 case VAConfigAttribRateControl:
93 case VAConfigAttribRateControl:
123 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
    [all...]
pnw_jpeg.c 117 case VAConfigAttribRateControl:
tng_H264ES.c     [all...]
tng_jpegES.c     [all...]
psb_drv_video.c     [all...]
tng_hostcode.c 573 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
    [all...]
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 72 attrib[1].type = VAConfigAttribRateControl;
  /hardware/intel/common/libva/test/encode/
h264encode.c     [all...]
mpeg2enc.c 853 attrib_list[1].type = VAConfigAttribRateControl;
    [all...]
mpeg2vaenc.c 853 attrib_list[1].type = VAConfigAttribRateControl;
    [all...]
avcenc.c 183 attrib[1].type = VAConfigAttribRateControl;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 145 vaAttrib_tmp[1].type = VAConfigAttribRateControl;
162 vaAttrib[vaAttribNumber].type = VAConfigAttribRateControl;
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.c 372 va_attrib[1].type = VAConfigAttribRateControl;
    [all...]
mixvideoformatenc_preview.c 325 va_attrib[1].type = VAConfigAttribRateControl;
    [all...]
mixvideoformatenc_h264.c 387 va_attrib[1].type = VAConfigAttribRateControl;
    [all...]
  /hardware/intel/common/libva/va/
va.h 422 VAConfigAttribRateControl = 5,
654 /** @name Attribute values for VAConfigAttribRateControl */
    [all...]

Completed in 538 milliseconds

1 2