Home | History | Annotate | Download | only in src

Lines Matching refs:VAProfileNone

129 #define INIT_FORMAT_VTABLE format_vtable_p format_vtable = ((profile < PSB_MAX_PROFILES) && (entrypoint < PSB_MAX_ENTRYPOINTS)) ? (profile == VAProfileNone? driver_data->vpp_profile : driver_data->profile2Format[profile][entrypoint]) : NULL;
132 #define INIT_FORMAT_VTABLE format_vtable_p format_vtable = ((profile < PSB_MAX_PROFILES) && (entrypoint < PSB_MAX_ENTRYPOINTS)) ? (profile == VAProfileNone? driver_data->vpp_profile : driver_data->profile2Format[profile][entrypoint]) : NULL;
169 profile_list[i++] = VAProfileNone;
220 if (profile == VAProfileNone && driver_data->vpp_profile &&
227 if (profile != VAProfileNone && driver_data->profile2Format[profile][i]) {
256 if (profile == VAProfileNone)
1211 if (obj_config->entrypoint == VAEntrypointVideoProc && obj_config->profile == VAProfileNone)
2192 (obj_config->profile == VAProfileNone)) {