Home
last modified time | relevance | path

Searched refs:VAConfigAttribEncMaxRefFrames (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_MPEG4ES.c79 case VAConfigAttribEncMaxRefFrames: in tng_MPEG4ES_QueryConfigAttributes()
110 case VAConfigAttribEncMaxRefFrames: in tng_MPEG4ES_ValidateConfig()
Dtng_H263ES.c79 case VAConfigAttribEncMaxRefFrames: in tng_H263ES_QueryConfigAttributes()
110 case VAConfigAttribEncMaxRefFrames: in tng_H263ES_ValidateConfig()
Dvsp_vp8.c123 case VAConfigAttribEncMaxRefFrames: in vsp_VP8_QueryConfigAttributes()
153 case VAConfigAttribEncMaxRefFrames: in vsp_VP8_ValidateConfig()
Dtng_H264ES.c1172 case VAConfigAttribEncMaxRefFrames: in tng_H264ES_QueryConfigAttributes()
1198 case VAConfigAttribEncMaxRefFrames: in tng_H264ES_ValidateConfig()
Dpnw_H264ES.c71 case VAConfigAttribEncMaxRefFrames: in pnw_H264ES_QueryConfigAttributes()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.cpp148 vaAttrib_tmp[4].type = VAConfigAttribEncMaxRefFrames; in start()
180 vaAttrib[vaAttribNumber].type = VAConfigAttribEncMaxRefFrames; in start()
/hardware/intel/common/libva/va/
Dva.h479 VAConfigAttribEncMaxRefFrames = 13, enumerator
/hardware/intel/common/libva/test/encode/
Dh264encode.c1085 if (attrib[VAConfigAttribEncMaxRefFrames].value != VA_ATTRIB_NOT_SUPPORTED) { in init_va()
1086 h264_maxref = attrib[VAConfigAttribEncMaxRefFrames].value; in init_va()