Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 81) sorted by relevance

1234

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Dqueue.c50 Queue *q = (Queue *) malloc(sizeof(Queue)); in alloc_queue() local
60 void free_queue(Queue *q) in free_queue()
67 void free_queue_and_qelement(Queue *q) in free_queue_and_qelement()
77 int push(Queue *q, void * element) in push()
99 void *pop(Queue *q) in pop()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Dqueue.c52 Queue *q = (Queue *) malloc(sizeof(Queue)); in alloc_queue() local
61 void free_queue(Queue *q) in free_queue()
69 void free_queue_and_qelement(Queue *q) in free_queue_and_qelement()
79 int push(Queue *q, void * element) in push()
104 void *pop(Queue *q) in pop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Didct_blk_sse2.c22 (short *q, short *dq, in vp8_dequant_idct_add_y_block_sse2()
50 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_sse2()
Didct_blk_mmx.c27 (short *q, short *dq, in vp8_dequant_idct_add_y_block_mmx()
76 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_mmx()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Didct_blk_neon.c23 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, in vp8_dequant_idct_add_y_block_neon()
52 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, in vp8_dequant_idct_add_uv_block_neon()
/hardware/libhardware/tests/camera2/
Dcamera2_utils.cpp188 const camera2_request_queue_src_ops_t *q) { in getInstance()
194 const camera2_frame_queue_dst_ops_t *q) { in getInstance()
200 const camera2_request_queue_src_ops_t *q) { in consumer_buffer_count()
205 int MetadataQueue::consumer_dequeue(const camera2_request_queue_src_ops_t *q, in consumer_dequeue()
211 int MetadataQueue::consumer_free(const camera2_request_queue_src_ops_t *q, in consumer_free()
217 int MetadataQueue::producer_dequeue(const camera2_frame_queue_dst_ops_t *q, in producer_dequeue()
227 int MetadataQueue::producer_cancel(const camera2_frame_queue_dst_ops_t *q, in producer_cancel()
233 int MetadataQueue::producer_enqueue(const camera2_frame_queue_dst_ops_t *q, in producer_enqueue()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Didct_blk_v6.c15 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, in vp8_dequant_idct_add_y_block_v6()
61 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, in vp8_dequant_idct_add_uv_block_v6()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
Didct_blk_dspr2.c17 (short *q, short *dq, in vp8_dequant_idct_add_y_block_dspr2()
43 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Didct_blk.c22 (short *q, short *dq, in vp8_dequant_idct_add_y_block_c()
48 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_c()
Dpostproc.c314 int q) in vp8_de_mblock()
325 int q, in vp8_deblock()
390 int q, in vp8_de_noise()
432 static void fillrd(struct postproc_state *state, int q, int a) in fillrd()
719 int q = oci->filter_level * 10 / 6; in vp8_post_proc_frame() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
DEbmlBufferWriter.c18 static void _Serialize(EbmlGlobal *glob, const unsigned char *p, const unsigned char *q) { in _Serialize()
30 const unsigned char *const q = p + len; in Ebml_Serialize() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c101 const double q = vp9_convert_qindex_to_q(qindex); in vp9_rc_bits_per_mb() local
154 static int estimate_bits_at_q(int frame_kind, int q, int mbs, in estimate_bits_at_q()
302 const int q = cpi->common.base_qindex; in vp9_rc_update_rate_correction_factors() local
367 int q = active_worst_quality; in vp9_rc_regulate_q() local
401 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality()
498 int q; in rc_pick_q_and_bounds_one_pass_cbr() local
609 int q; in rc_pick_q_and_bounds_one_pass_vbr() local
792 int q; in rc_pick_q_and_bounds_two_pass() local
970 int q; in vp9_rc_pick_q_and_bounds() local
Dvp9_write_bit_buffer.c20 const int q = CHAR_BIT - 1 - off % CHAR_BIT; in vp9_wb_write_bit() local
Dvp9_quantize.c157 int i, q, quant; in vp9_init_quantizer() local
279 void vp9_set_quantizer(VP9_COMMON *cm, int q) { in vp9_set_quantizer()
Dvp9_picklpf.c145 const int q = vp9_ac_quant(cm->base_qindex, 0); in vp9_pick_filter_level() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c288 int q, in deblock_and_de_macro_block()
315 int q) { in vp9_deblock()
341 int q) { in vp9_denoise()
379 static void fillrd(struct postproc_state *state, int q, int a) { in fillrd()
610 const int q = MIN(63, cm->lf.filter_level * 10 / 6); in vp9_post_proc_frame() local
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c219 void inv_q_normalize(long *q) in inv_q_normalize()
225 void inv_q_invert(const long *q, long *qInverted) in inv_q_invert()
247 void inv_q_rotate(const long *q, const long *in, long *out) in inv_q_rotate()
283 void inv_q_normalizef(float *q) in inv_q_normalizef()
311 void inv_q_norm4(float *q) in inv_q_norm4()
328 void inv_q_invertf(const float *q, float *qInverted) in inv_q_invertf()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c219 void inv_q_normalize(long *q) in inv_q_normalize()
225 void inv_q_invert(const long *q, long *qInverted) in inv_q_invert()
247 void inv_q_rotate(const long *q, const long *in, long *out) in inv_q_rotate()
283 void inv_q_normalizef(float *q) in inv_q_normalizef()
311 void inv_q_norm4(float *q) in inv_q_norm4()
328 void inv_q_invertf(const float *q, float *qInverted) in inv_q_invertf()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c235 struct pktq_prec *q; in pktq_penq() local
264 struct pktq_prec *q; in pktq_penq_head() local
292 struct pktq_prec *q; in pktq_pdeq() local
317 struct pktq_prec *q; in pktq_pdeq_prev() local
343 struct pktq_prec *q; in pktq_pdeq_with_fn() local
381 struct pktq_prec *q; in pktq_pdeq_tail() local
410 struct pktq_prec *q; in pktq_pflush() local
442 struct pktq_prec *q; in pktq_pdel() local
502 struct pktq_prec *q; in pktq_deq() local
535 struct pktq_prec *q; in pktq_deq_tail() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhalloc.c228 hblock_t * q = structof(i, hblock_t, siblings); in _relate() local
249 hblock_t * q = structof(i, hblock_t, siblings); in _free_children() local
Dalign.h30 void (*q)(void); member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_read_bit_buffer.c19 const int q = CHAR_BIT - 1 - (int)off % CHAR_BIT; in vp9_rb_read_bit() local
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h154 static inline void cirq_reset(mm_jpeg_cirq_t *q) in cirq_reset()
174 #define cirq_empty(q) (q->count == 0) argument
188 #define cirq_full(q) (q->count == MM_JPEG_CIRQ_SIZE) argument
203 #define cirq_enqueue(q, type, data) ({ \ argument
230 #define cirq_dequeue(q, type, data) ({ \ argument
/hardware/qcom/gps/msm8960/core/
DMsgTask.cpp63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask()
/hardware/qcom/gps/core/
DMsgTask.cpp63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask()

1234