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

  /hardware/intel/img/psb_video/src/
psb_drv_video.h 103 #define PSB_MAX_ENTRYPOINTS 32
213 format_vtable_p profile2Format[PSB_MAX_PROFILES][PSB_MAX_ENTRYPOINTS];
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;
217 for (i = 0; i < PSB_MAX_ENTRYPOINTS; i++) {
233 /* If the assert fails then PSB_MAX_ENTRYPOINTS needs to be bigger */
234 ASSERT(entrypoints <= PSB_MAX_ENTRYPOINTS);
259 for (i = 0; i < PSB_MAX_ENTRYPOINTS; i++) {
    [all...]

Completed in 60 milliseconds