Searched defs:pop (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c65 pop(q);
73 void *element = pop(q);
104 void *pop(Queue *q) function
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dqueue.c63 pop(q);
70 void *element = pop(q);
99 void *pop(Queue *q) function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dlookahead.c30 pop(struct lookahead_ctx *ctx, function
119 buf = pop(ctx, &ctx->write_idx);
186 buf = pop(ctx, &ctx->read_idx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_lookahead.c31 static struct lookahead_entry *pop(struct lookahead_ctx *ctx, function
105 buf = pop(ctx, &ctx->write_idx);
170 buf = pop(ctx, &ctx->read_idx);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp142 * @retval true if pop successful
143 * @retval false if pop unsuccessful
145 bool omx_swvdec_queue::pop(OMX_SWVDEC_EVENT_INFO *p_event_info) function in class:omx_swvdec_queue
256 * @retval true if pop successful
257 * @retval false if pop unsuccessful
259 bool omx_swvdec_ts_list::pop(long long *p_timestamp) function in class:omx_swvdec_ts_list
/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp53 // pop the head node out of the tree stucture. keeping sorted by rank
54 static LocHeapNode* pop(LocHeapNode*& top);
126 // pop keeps the tree sorted by rank, but it does not try to balance
134 LocHeapNode* LocHeapNode::pop(LocHeapNode*& top) { function in class:LocHeapNode
153 // pop out from the subtree
154 poppedNode = pop(subTop);
174 // pop this node out
175 removedNode = pop(top);
245 LocRankable* LocHeap::pop() { function in class:LocHeap
249 LocHeapNode* heapNode = LocHeapNode::pop(mTre
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.cpp53 // pop the head node out of the tree stucture. keeping sorted by rank
54 static LocHeapNode* pop(LocHeapNode*& top);
126 // pop keeps the tree sorted by rank, but it does not try to balance
134 LocHeapNode* LocHeapNode::pop(LocHeapNode*& top) { function in class:LocHeapNode
153 // pop out from the subtree
154 poppedNode = pop(subTop);
174 // pop this node out
175 removedNode = pop(top);
245 LocRankable* LocHeap::pop() { function in class:LocHeap
249 LocHeapNode* heapNode = LocHeapNode::pop(mTre
[all...]

Completed in 7408 milliseconds