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

123

/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h268 u32 priority; member in union:vdec_property
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_q6vdec.h301 u32 priority; member in union:vdec_property
H A Dmsm_mdp.h787 uint8_t priority; member in struct:mdp_overlay
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_q6vdec.h268 u32 priority; member in union:vdec_property
H A Dmsm_mdp.h805 * @priority: Priority is returned by the driver when overlay is set for the
806 * first time. It indicates the priority of the underlying pipe
807 * serving the overlay. This priority can be used by user-space
823 uint8_t priority; member in struct:mdp_overlay
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1127 int priority = 0; local
1150 /* DSCP priority gets precedence over 802.1P (vlan tag) */
1152 priority = dscp_prio;
1155 priority = vlan_prio;
1159 * If the DSCP priority is not the same as the VLAN priority,
1160 * then overwrite the priority field in the vlan tag, with the
1161 * DSCP priority value. This is required for Linux APs because
1162 * the VLAN driver on Linux, overwrites the skb->priority field
1163 * with the priority valu
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdp.h83 /* return pipe priority */
310 return mOVInfo.priority;
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h774 RIL_CDMA_SMS_Priority priority; member in struct:__anon4496
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp79 src_pipes_[i].priority = INT(i);
269 if (src_pipes_[right_index].priority < src_pipes_[left_index].priority) {
270 // Swap pipe based on priority
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dresource_default.cpp110 src_pipes_[i].priority = INT(i);
300 if (src_pipes_[right_index].priority < src_pipes_[left_index].priority) {
301 // Swap pipe based on priority
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp256 sess_priority.priority = 1;
1060 sess_priority.priority = 1; /* default to non-real-time */
1061 if (venc_set_session_priority(sess_priority.priority)) {
1062 DEBUG_PRINT_ERROR("Setting session priority failed");
2140 OMX_PARAM_U32TYPE *priority = (OMX_PARAM_U32TYPE *)configData; local
2141 DEBUG_PRINT_LOW("Set_config: priority %u",priority->nU32);
2142 if (!venc_set_session_priority(priority->nU32)) {
2143 DEBUG_PRINT_ERROR("Failed to set priority");
2453 DEBUG_PRINT_HIGH("ENC_CONFIG: Session Priority: %u", sess_priority.priority);
4786 venc_set_session_priority(OMX_U32 priority) argument
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dmain.c67 * [out] qnum: Stream id of priority(pri) which has data.
70 * a stream which is of required priority, in start state, has space on output and data in
82 /* Go through all queues until we find a valid queue of reqd priority */
88 /* We should look only at queues which match priority and
91 && (_dmem.stream_info[indx].priority == pri))
199 /* Check Low priority Queues, Since we couldn't find a valid realtime stream */
295 * will go through all high priority queues for a valid stream, if not found we
296 * go through lower priority queues.
571 * priority queues. If no high priority queue
[all...]
/hardware/interfaces/renderscript/1.0/
H A DIContext.hal755 * Changes the priority of the cpu worker threads for this context.
757 * @param priority Priority of the thread
760 contextSetPriority(ThreadPriorities priority);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_req.cpp1091 if (pReq->priority != NAN_TX_PRIORITY_HIGH) {
1092 pFwReq->transmitFollowupReqParams.priority = 1;
1094 pFwReq->transmitFollowupReqParams.priority = 2;
/hardware/interfaces/renderscript/1.0/default/
H A DContext.h82 Return<void> contextSetPriority(ThreadPriorities priority) override;
H A DContext.cpp469 Return<void> Context::contextSetPriority(ThreadPriorities priority) { argument
470 RsThreadPriorities _priority = static_cast<RsThreadPriorities>(priority);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp272 sess_priority.priority = 1; //default to non-realtime
2608 OMX_PARAM_U32TYPE *priority = (OMX_PARAM_U32TYPE *)configData; local
2609 DEBUG_PRINT_LOW("Set_config: priority %d",priority->nU32);
2610 if (!venc_set_priority(priority->nU32)) {
2611 DEBUG_PRINT_ERROR("Failed to set priority");
2614 sess_priority.priority = priority->nU32;
2960 sess_priority.priority == 0 /*realtime*/ &&
3155 DEBUG_PRINT_HIGH("ENC_CONFIG: Session Priority: %u", sess_priority.priority);
6196 venc_set_priority(OMX_U32 priority) argument
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp225 sess_priority.priority = 1;
2921 OMX_PARAM_U32TYPE *priority = (OMX_PARAM_U32TYPE *)configData; local
2922 DEBUG_PRINT_LOW("Set_config: priority %d",priority->nU32);
2923 if (!venc_set_priority(priority->nU32)) {
2924 DEBUG_PRINT_ERROR("Failed to set priority");
3509 DEBUG_PRINT_HIGH("ENC_CONFIG: Session Priority: %u", sess_priority.priority);
6838 bool venc_dev::venc_set_priority(OMX_U32 priority) { argument
6842 if (priority == 0)
6849 priority
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h621 than the ranging intervals priority is given to Awake DW
1285 NanTxPriority priority; /* priority of the request 2=high */ member in struct:__anon1672
1797 priority is given to the device DW intervalsi.
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_mdp.h606 uint8_t priority; member in struct:mdp_overlay
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_mdp.h638 * @priority: Priority is returned by the driver when overlay is set for the
639 * first time. It indicates the priority of the underlying pipe
640 * serving the overlay. This priority can be used by user-space
656 uint8_t priority; member in struct:mdp_overlay
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dmsm_mdp.h746 uint8_t priority; member in struct:mdp_overlay
/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dmsm_mdp.h770 * @priority: Priority is returned by the driver when overlay is set for the
771 * first time. It indicates the priority of the underlying pipe
772 * serving the overlay. This priority can be used by user-space
788 uint8_t priority; member in struct:mdp_overlay
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h584 uint8_t priority; member in struct:mdp_overlay
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_mdp.h615 * @priority: Priority is returned by the driver when overlay is set for the
616 * first time. It indicates the priority of the underlying pipe
617 * serving the overlay. This priority can be used by user-space
633 uint8_t priority; member in struct:mdp_overlay

Completed in 1789 milliseconds

123