HomeSort by relevance Sort by last modified time
    Searched refs:vpp_profile (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/
psb_drv_video.h 215 format_vtable_p vpp_profile; member in struct:psb_driver_data_s
218 format_vtable_p vpp_profile; member in struct:psb_driver_data_s
psb_drv_video.c 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;
220 if (profile == VAProfileNone && driver_data->vpp_profile &&
    [all...]

Completed in 161 milliseconds