Searched refs:priority (Results 26 - 35 of 35) sorted by relevance

12

/device/google/marlin/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h313 * matching priority
373 * @priority : save matched priority frames only
384 mm_camera_super_buf_priority_t priority; member in struct:__anon812
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlparser.c1020 lu_byte left; /* left priority for each binary operator */
1021 lu_byte right; /* right priority */
1022 } priority[] = { /* ORDER OPR */ variable in typeref:struct:__anon2559
1030 #define UNARY_PRIORITY 8 /* priority for unary operators */
1035 ** where `binop' is any binary operator with a priority higher than `limit'
1051 while (op != OPR_NOBINOPR && priority[op].left > limit) {
1057 /* read sub-expression with higher priority */
1058 nextop = subexpr(ls, &v2, priority[op].right);
/device/google/contexthub/firmware/os/platform/stm32/
H A Dspi.c155 mode.priority = DMA_PRIORITY_HIGH;
H A Di2c.c593 mode.priority = DMA_PRIORITY_HIGH;
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c2790 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW)
2795 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW)
2799 /*super buffer frame IDs matching OR In low priority bundling
2805 are filled as per matching frame id logic. Note that, in low priority
2987 /* In low priority queue, this will become a 'meta only' superbuf. Set the
2990 if ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW)
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c2377 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW)
2381 /*super buffer frame IDs matching OR In low priority bundling
2554 if ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW)
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c2377 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW)
2381 /*super buffer frame IDs matching OR In low priority bundling
2554 if ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW)
/device/huawei/angler/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp5296 attr.priority = MM_CAMERA_SUPER_BUF_PRIORITY_LOW;
/device/lge/bullhead/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp5294 attr.priority = MM_CAMERA_SUPER_BUF_PRIORITY_LOW;
/device/google/marlin/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp7002 attr.priority = MM_CAMERA_SUPER_BUF_PRIORITY_LOW;

Completed in 299 milliseconds

12