Home
last modified time | relevance | path

Searched refs:VAProfileMPEG2Main (Results 1 – 16 of 16) sorted by relevance

/hardware/intel/common/libva/test/decode/
Dmpeg2vldemo.cpp162 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileMPEG2Main, entrypoints, in main()
177 vaGetConfigAttributes(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD, in main()
184 va_status = vaCreateConfig(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD, in main()
/hardware/intel/common/libva/test/basic/
Dtest.c103 va_status = vaGetConfigAttributes(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD, in main()
110 va_status = vaCreateConfig(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD, &attrib, 1, in main()
Dtest_10.c38 va_status = vaCreateConfig(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD, NULL, 0, &config); in pre()
Dtest_11.c38 va_status = vaCreateConfig(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD, NULL, 0, &config); in pre()
/hardware/intel/common/libva/test/vainfo/
Dvainfo.c44 case VAProfileMPEG2Main: return "VAProfileMPEG2Main"; in profile_string()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG2.cpp350 vaProfile = VAProfileMPEG2Main; in startVA()
429 VAProfileMPEG2Main, in checkHardwareCapability()
/hardware/intel/img/psb_video/src/
Dpnw_MPEG2.c549 else if(profile == VAProfileMPEG2Main) in pnw_MPEG2_QueryConfigAttributes()
561 else if(profile == VAProfileMPEG2Main) in pnw_MPEG2_QueryConfigAttributes()
615 case VAProfileMPEG2Main: in psb__MPEG2_check_legal_picture()
Dtng_vld_dec.c162 case VAProfileMPEG2Main: in vld_dec_slice_parameter_size()
Dpnw_rotate.c377 case VAProfileMPEG2Main: { in psb_CheckInterlaceRotate()
Dpsb_drv_video.c172 profile_list[i++] = VAProfileMPEG2Main; in psb_QueryConfigProfiles()
3475 driver_data->profile2Format[VAProfileMPEG2Main][VAEntrypointVLD] = &pnw_MPEG2_vtable;
3513 driver_data->profile2Format[VAProfileMPEG2Main][VAEntrypointVLD] = &pnw_MPEG2_vtable;
3519 driver_data->profile2Format[VAProfileMPEG2Main][VAEntrypointVLD] = &pnw_MPEG2_vtable;
/hardware/intel/common/libva/test/encode/
Dmpeg2vaenc.c79 VAProfileMPEG2Main
632 ctx->profile = VAProfileMPEG2Main; in parse_args()
735 case VAProfileMPEG2Main: in mpeg2enc_init_sequence_parameter()
Dmpeg2enc.c79 VAProfileMPEG2Main
632 ctx->profile = VAProfileMPEG2Main; in parse_args()
735 case VAProfileMPEG2Main: in mpeg2enc_init_sequence_parameter()
/hardware/intel/common/libva/va/
Dva.h323 VAProfileMPEG2Main = 1, enumerator
Dva_trace.c3058 case VAProfileMPEG2Main: in va_TraceRenderPicture()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c1286 case VAProfileMPEG2Main: in psb__MPEG2MC_check_legal_picture()
Dpsb_MPEG2.c590 case VAProfileMPEG2Main: in psb__MPEG2_check_legal_picture()