Home
last modified time | relevance | path

Searched refs:VAProfileVP8Version0_3 (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/libva/test/vainfo/
Dvainfo.c59 case VAProfileVP8Version0_3: return "VAProfileVP8Version0_3"; in profile_string()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderVP8.cpp110 VAProfile vaProfile = VAProfileVP8Version0_3; in startVA()
485 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileVP8Version0_3, in checkHardwareCapability()
/hardware/intel/img/psb_video/src/
Dtng_vld_dec.c133 if (obj_context->profile == VAProfileVP8Version0_3 || in vld_dec_setup_alternative_frame()
182 case VAProfileVP8Version0_3: in vld_dec_slice_parameter_size()
Dpsb_drv_video.c187 profile_list[i++] = VAProfileVP8Version0_3; in psb_QueryConfigProfiles()
516 if (profile == VAProfileVP8Version0_3 || in psb_CreateConfig()
1174 … (obj_config->entrypoint == VAEntrypointEncSlice && obj_config->profile == VAProfileVP8Version0_3){ in psb_CreateContext()
1503 obj_config->profile == VAProfileVP8Version0_3) { in psb_CreateContext()
2783 …(obj_config->entrypoint == VAEntrypointEncSlice && obj_config->profile == VAProfileVP8Version0_3) {
3461 driver_data->profile2Format[VAProfileVP8Version0_3][VAEntrypointEncSlice] = &vsp_VP8_vtable;
3468 driver_data->profile2Format[VAProfileVP8Version0_3][VAEntrypointVLD] = &tng_VP8_vtable;
Dpsb_buffer.c648 case VAProfileVP8Version0_3: in psb_codedbuf_map_mangle()
Dtng_VP8.c405 (profile == VAProfileVP8Version0_3)) in tng_VP8_QueryConfigAttributes()
412 (profile == VAProfileVP8Version0_3)) in tng_VP8_QueryConfigAttributes()
/hardware/intel/common/libva/va/
Dva_fool.c202 if ((profile == VAProfileVP8Version0_3) && in va_FoolCreateConfig()
Dva.h336 VAProfileVP8Version0_3 = 14, enumerator
Dva_trace.c3105 case VAProfileVP8Version0_3: in va_TraceRenderPicture()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderVP8.cpp62 mEncoderParams->profile = VAProfileVP8Version0_3; in SetVideoEncoderParam()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderVP8.cpp55 mComParams.profile = VAProfileVP8Version0_3; in VideoEncoderVP8()
DVideoEncoderBase.cpp230 if(mComParams.profile == VAProfileVP8Version0_3) in start()
1458 if(mComParams.profile == VAProfileVP8Version0_3) // for VP8 encode in getMaxOutSize()