Searched refs:p2 (Results 1 - 25 of 79) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c50 uint32_t p2,
66 /* mask |= (abs(p3 - p2) > limit) */
67 "subu_s.qb %[c], %[p3], %[p2] \n\t"
68 "subu_s.qb %[r_k], %[p2], %[p3] \n\t"
73 /* mask |= (abs(p2 - p1) > limit) */
74 "subu_s.qb %[c], %[p2], %[p1] \n\t"
75 "subu_s.qb %[r_k], %[p1], %[p2] \n\t"
119 : [limit] "r" (limit), [p3] "r" (p3), [p2] "r" (p2),
355 uint32_t pm1, p0, p1, p2, p local
43 vp8_filter_mask_vec_mips( uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask ) argument
565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
682 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1032 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1643 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1788 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1915 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
2125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
H A Dfilter_dspr2.c132 unsigned int p1, p2, p3; local
177 "preceu.ph.qbl %[p2], %[tp1] \n\t"
180 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
188 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
225 [tn2] "=&r" (tn2), [p1] "=&r" (p1), [p2] "=&r" (p2),
256 "preceu.ph.qbl %[p2], %[tp1] \n\t"
259 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
263 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
296 [p1] "=&r" (p1), [p2] "
328 unsigned int p1, p2, p3, p4; local
628 unsigned int p1, p2, p3, p4; local
960 unsigned int p1, p2, p3; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.c32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
69 "lw %[p2], (%[s2]) \n\t"
73 : [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4)
77 /* if (p1 - p4 == 0) and (p2 - p3 == 0)
79 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0))) {
91 vp9_filter_hev_mask_dspr2(limit_vec, flimit_vec, p1, p2,
98 vp9_filter_dspr2(mask, hev, &p1, &p2, &p3, &p4);
102 "sw %[p2], (%[s2]) \n\t"
107 : [p1] "r" (p1), [p2] "
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
H A Dvp9_loopfilter_masks_dspr2.h29 uint32_t p3, uint32_t p2,
40 /* mask |= (abs(p3 - p2) > limit) */
41 "subu_s.qb %[c], %[p3], %[p2] \n\t"
42 "subu_s.qb %[r_k], %[p2], %[p3] \n\t"
47 /* mask |= (abs(p2 - p1) > limit) */
48 "subu_s.qb %[c], %[p2], %[p1] \n\t"
49 "subu_s.qb %[r_k], %[p1], %[p2] \n\t"
93 : [limit] "r" (limit), [p3] "r" (p3), [p2] "r" (p2),
136 uint32_t p3, uint32_t p2,
27 vp9_filter_hev_mask_dspr2(uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask) argument
132 vp9_filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) argument
282 vp9_flatmask5(uint32_t p4, uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t q4, uint32_t *flat2) argument
[all...]
H A Dvp9_convolve2_avg_dspr2.c36 uint32_t p1, p2; local
69 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
73 "dpa.w.ph $ac1, %[p2], %[filter45] \n\t"
77 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
81 "dpa.w.ph $ac3, %[p2], %[filter45] \n\t"
111 [p1] "=&r" (p1), [p2] "=&r" (p2),
140 uint32_t p1, p2; local
174 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
178 "dpa.w.ph $ac1, %[p2],
[all...]
H A Dvp9_convolve2_vert_dspr2.c36 uint32_t p1, p2; local
70 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
74 "dpa.w.ph $ac1, %[p2], %[filter45] \n\t"
79 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
83 "dpa.w.ph $ac3, %[p2], %[filter45] \n\t"
104 [p1] "=&r" (p1), [p2] "=&r" (p2),
133 uint32_t p1, p2; local
167 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
171 "dpa.w.ph $ac1, %[p2],
[all...]
H A Dvp9_convolve2_avg_horiz_dspr2.c34 uint32_t p1, p2, p3; local
55 "preceu.ph.qbl %[p2], %[tp1] \n\t"
63 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
66 "lbu %[p2], 3(%[dst]) \n\t" /* load odd 2 */
100 "addqh_r.w %[p2], %[p2], %[p3] \n\t" /* average odd 2 */
101 "sb %[p2], 3(%[dst]) \n\t" /* store odd 2 */
105 [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3),
129 uint32_t p1, p2, p local
281 uint32_t p1, p2, p3, p4, p5; local
530 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_convolve2_dspr2.c35 uint32_t p1, p2; local
55 "preceu.ph.qbl %[p2], %[tp1] \n\t"
63 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
71 "preceu.ph.qbl %[p2], %[tp2] \n\t"
79 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
84 "lbux %[p2], %[Temp2](%[cm]) \n\t"
96 "sb %[p2], 0(%[dst_ptr]) \n\t"
100 [p1] "=&r" (p1), [p2] "=&r" (p2),
125 uint32_t p1, p2, p local
264 uint32_t p1, p2, p3, p4, p5; local
496 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_convolve2_horiz_dspr2.c34 uint32_t p1, p2; local
54 "preceu.ph.qbl %[p2], %[tp1] \n\t"
62 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
70 "preceu.ph.qbl %[p2], %[tp2] \n\t"
78 "dpa.w.ph $ac2, %[p2], %[filter45] \n\t"
83 "lbux %[p2], %[Temp4](%[cm]) \n\t"
89 "sb %[p2], 3(%[dst]) \n\t"
92 [p1] "=&r" (p1), [p2] "=&r" (p2),
116 uint32_t p1, p2, p local
243 uint32_t p1, p2, p3, p4, p5; local
450 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_convolve8_avg_horiz_dspr2.c35 uint32_t p1, p2, p3, p4; local
58 "preceu.ph.qbl %[p2], %[tp1] \n\t"
62 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
75 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
81 "lbu %[p2], 3(%[dst]) \n\t" /* load odd 2 */
124 "addqh_r.w %[p2], %[p2], %[n2] \n\t" /* average odd 2 */
125 "sb %[p2], 3(%[dst]) \n\t" /* store odd 2 */
129 [p1] "=&r" (p1), [p2] "=&r" (p2), [p
157 uint32_t p1, p2, p3, p4, n1; local
347 uint32_t p1, p2, p3, p4, p5; local
658 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_convolve8_horiz_dspr2.c35 uint32_t p1, p2, p3, p4; local
58 "preceu.ph.qbl %[p2], %[tp1] \n\t"
62 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
75 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
118 [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4),
146 uint32_t p1, p2, p3, p4, n1; local
171 "preceu.ph.qbl %[p2], %[tp1] \n\t"
176 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
185 "dpa.w.ph $ac2, %[p2],
313 uint32_t p1, p2, p3, p4, p5; local
583 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_mbloop_loopfilter_dspr2.c36 uint32_t p3, p2, p1, p0, q0, q1, q2, q3; local
70 "lw %[p2], (%[sp2]) \n\t"
78 : [p3] "=&r" (p3), [p2] "=&r" (p2), [p1] "=&r" (p1), [p0] "=&r" (p0),
85 p1, p0, p3, p2, q0, q1, q2, q3,
118 "sw %[p2], (%[sp2]) \n\t"
126 : [p2] "r" (p2), [p1] "r" (p1), [p0] "r" (p0),
231 : [p2] "+r" (p2), [p
334 uint32_t p3, p2, p1, p0, q3, q2, q1, q0; local
[all...]
H A Dvp9_convolve8_vert_dspr2.c36 uint32_t p1, p2; local
81 "preceu.ph.qbr %[p2], %[load4] \n\t"
82 "precrq.ph.w %[n2], %[p2], %[scratch2] \n\t" /* pixel 2 */
83 "append %[p2], %[scratch2], 16 \n\t" /* pixel 1 */
86 "dpa.w.ph $ac0, %[p2], %[vector2b] \n\t"
95 "preceu.ph.qbl %[p2], %[load4] \n\t"
96 "precrq.ph.w %[n2], %[p2], %[scratch2] \n\t" /* pixel 2 */
97 "append %[p2], %[scratch2], 16 \n\t" /* pixel 1 */
100 "dpa.w.ph $ac2, %[p2], %[vector2b] \n\t"
118 "preceu.ph.qbr %[p2],
190 uint32_t p1, p2; local
[all...]
H A Dvp9_loopfilter_filters_dspr2.h376 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
384 /* *op2 = ROUND_POWER_OF_TWO(p3 + p3 + p3 + p2 + p2 + p1 + p0 + q0, 3) 1 */
385 /* *op1 = ROUND_POWER_OF_TWO(p3 + p3 + p2 + p1 + p1 + p0 + q0 + q1, 3) 2 */
386 /* *op0 = ROUND_POWER_OF_TWO(p3 + p2 + p1 + p0 + p0 + q0 + q1 + q2, 3) 3 */
387 /* *oq0 = ROUND_POWER_OF_TWO(p2 + p1 + p0 + q0 + q0 + q1 + q2 + q3, 3) 4 */
392 "addu.ph %[add_p210_q012], %[p2], %[p1] \n\t"
402 "addu.ph %[res_op2], %[res_op2], %[p2] \n\t"
421 "subu.ph %[res_oq1], %[res_oq1], %[p2] \n\t"
424 "subu.ph %[res_oq2], %[res_oq2], %[p2] \
448 vp9_mbfilter1_dspr2(uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *op2_f1, uint32_t *op1_f1, uint32_t *op0_f1, uint32_t *oq0_f1, uint32_t *oq1_f1, uint32_t *oq2_f1) argument
535 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
[all...]
H A Dvp9_convolve8_dspr2.c52 uint32_t p1, p2, p3, p4; local
74 "preceu.ph.qbl %[p2], %[tp1] \n\t"
78 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
91 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
102 "preceu.ph.qbl %[p2], %[tp2] \n\t"
106 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
116 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
124 "lbux %[p2], %[Temp4](%[cm]) \n\t"
136 "sb %[p2], 0(%[dst_ptr]) \n\t"
140 [p1] "=&r" (p1), [p2] "
168 uint32_t p1, p2, p3, p4, n1; local
346 uint32_t p1, p2, p3, p4, p5; local
636 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_convolve8_avg_dspr2.c36 uint32_t p1, p2; local
81 "preceu.ph.qbr %[p2], %[load4] \n\t"
82 "precrq.ph.w %[n2], %[p2], %[scratch2] \n\t" /* pixel 2 */
83 "append %[p2], %[scratch2], 16 \n\t" /* pixel 1 */
86 "dpa.w.ph $ac0, %[p2], %[vector2b] \n\t"
95 "preceu.ph.qbl %[p2], %[load4] \n\t"
96 "precrq.ph.w %[n2], %[p2], %[scratch2] \n\t" /* pixel 2 */
97 "append %[p2], %[scratch2], 16 \n\t" /* pixel 1 */
100 "dpa.w.ph $ac2, %[p2], %[vector2b] \n\t"
118 "preceu.ph.qbr %[p2],
197 uint32_t p1, p2; local
[all...]
H A Dvp9_loopfilter_macros_dspr2.h350 "preceu.ph.qbl %[p2_l], %[p2] \n\t" \
362 : [p3] "r" (p3), [p2] "r" (p2), [p1] "r" (p1), [p0] "r" (p0), \
390 "preceu.ph.qbr %[p2_r], %[p2] \n\t" \
402 : [p3] "r" (p3), [p2] "r" (p2), [p1] "r" (p1), [p0] "r" (p0), \
429 "precr.qb.ph %[p2], %[p2_l], %[p2_r] \n\t" \
436 : [p2] "=&r" (p2), [p1] "=&r" (p1), [p0] "=&r" (p0), \
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_fw_debug.h21 #define WRITE_SVEN(event, p1, p2, p3, p4, p5, p6) DEB("Sven evnt=0x%.8X p1=%d p2=%d p3=%d p4=%d p5=%d p6=%d\n",event, p1, p2, p3, p4, p5, p6)
36 #define WRITE_SVEN(event, p1, p2, p3, p4, p5, p6) devh_SVEN_WriteModuleEvent( NULL, event, p1, p2, p3, p4, p5, p6)
44 #define WRITE_SVEN(event, p1, p2, p3, p4, p5, p6)
54 static inline void DEBUG_WRITE(uint32_t p1, uint32_t p2, uint32_t p3, uint32_t p4, uint32_t p5, uint32_t p6) argument
59 DUMP_TO_MEM(p2);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c22 uint8_t p3, uint8_t p2,
27 mask |= (abs(p3 - p2) > limit) * -1;
28 mask |= (abs(p2 - p1) > limit) * -1;
38 uint8_t p3, uint8_t p2,
45 mask |= (abs(p2 - p0) > thresh) * -1;
54 uint8_t p2, uint8_t p1,
58 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3);
113 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
116 p3, p2, p1, p0, q0, q1, q2, q3);
138 const uint8_t p3 = s[-4], p2 local
21 filter_mask(uint8_t limit, uint8_t blimit, uint8_t p3, uint8_t p2, uint8_t p1, uint8_t p0, uint8_t q0, uint8_t q1, uint8_t q2, uint8_t q3) argument
37 flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, uint8_t p1, uint8_t p0, uint8_t q0, uint8_t q1, uint8_t q2, uint8_t q3) argument
52 flat_mask5(uint8_t thresh, uint8_t p4, uint8_t p3, uint8_t p2, uint8_t p1, uint8_t p0, uint8_t q0, uint8_t q1, uint8_t q2, uint8_t q3, uint8_t q4) argument
162 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
185 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
211 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
243 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
290 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
316 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
[all...]
H A Dvp9_tapify.py13 def dist(p1,p2):
15 x2,y2 = p2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dintra4x4_predict_v6.asm300 add r4, r4, r5, lsl #1 ; [p2+2*p3 | p0+2*p1]
301 add r4, r4, r6 ; [p2+2*p3+p4 | p0+2*p1+p2]
302 uxtab16 r4, r4, r12 ; [p2+2*p3+p4+2 | p0+2*p1+p2+2]
304 add r5, r5, r6, lsl #1 ; [p3+2*p4 | p1+2*p2]
305 add r5, r5, r7 ; [p3+2*p4+p5 | p1+2*p2+p3]
306 uxtab16 r5, r5, r12 ; [p3+2*p4+p5+2 | p1+2*p2+p3+2]
361 add r5, r5, r6, lsl #1 ; [p3+2*p4 | p1+2*p2]
362 add r5, r5, r7 ; [p3+2*p4+p5 | p1+2*p2
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm48 uxtb16 r5, r1 ; [p2 | p0]
94 uxtb16 r9, r7 ; [p2 | p0] (A)
111 uxtb16 r9, r11 ; [p2 | p0] (B)
139 uxtb16 r9, r7 ; [p2 | p0] (A)
156 uxtb16 r9, r11 ; [p2 | p0] (B)
196 uxtb16 r9, r7 ; [p2 | p0] (A)
213 uxtb16 r9, r11 ; [p2 | p0] (B)
230 uxtb16 r9, r11 ; [p2 | p0] (C)
247 uxtb16 r9, r11 ; [p2 | p0] (D)
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
H A Domx_amr_aenc.cpp61 unsigned long p2,
69 m_q[m_write].param2 = p2;
85 unsigned long *p2, unsigned char *id)
92 *p2 = m_q[m_read].param2;
548 unsigned long p2 = 0; // Parameter - 2 local
639 pThis->m_output_ctrl_cmd_q.pop_entry(&p1,&p2,&ident);
644 pThis->m_output_ctrl_fbd_q.pop_entry(&p1,&p2,&ident);
649 pThis->m_output_q.pop_entry(&p1,&p2,&ident);
689 pThis->frame_done_cb((OMX_BUFFERHEADERTYPE *)p2);
693 (OMX_BUFFERHEADERTYPE *)p2);
60 insert_entry(unsigned long p1, unsigned long p2, unsigned char id) argument
84 pop_entry(unsigned long *p1, unsigned long *p2, unsigned char *id) argument
752 unsigned long p2 = 0; // Parameter - 2 local
882 unsigned long p2 = 0; // Parameter - 2 local
2107 unsigned long p2 = 0; // Parameter - 2 local
2187 unsigned long p2 = 0; // Parameter - 2 local
2269 post_input(unsigned long p1, unsigned long p2, unsigned char id) argument
2330 post_command(unsigned int p1, unsigned int p2, unsigned char id) argument
2379 post_output(unsigned long p1, unsigned long p2, unsigned char id) argument
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
H A Domx_evrc_aenc.cpp61 unsigned long p2,
69 m_q[m_write].param2 = p2;
85 unsigned long *p2, unsigned char *id)
92 *p2 = m_q[m_read].param2;
544 unsigned long p2 = 0; // Parameter - 2 local
635 pThis->m_output_ctrl_cmd_q.pop_entry(&p1,&p2,&ident);
640 pThis->m_output_ctrl_fbd_q.pop_entry(&p1,&p2,&ident);
645 pThis->m_output_q.pop_entry(&p1,&p2,&ident);
685 pThis->frame_done_cb((OMX_BUFFERHEADERTYPE *)p2);
689 (OMX_BUFFERHEADERTYPE *)p2);
60 insert_entry(unsigned long p1, unsigned long p2, unsigned char id) argument
84 pop_entry(unsigned long *p1, unsigned long *p2, unsigned char *id) argument
748 unsigned long p2 = 0; // Parameter - 2 local
878 unsigned long p2 = 0; // Parameter - 2 local
2109 unsigned long p2 = 0; // Parameter - 2 local
2189 unsigned long p2; // Parameter - 2 local
2271 post_input(unsigned long p1, unsigned long p2, unsigned char id) argument
2332 post_command(unsigned int p1, unsigned int p2, unsigned char id) argument
2381 post_output(unsigned long p1, unsigned long p2, unsigned char id) argument
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
H A Domx_qcelp13_aenc.cpp61 unsigned long p2,
69 m_q[m_write].param2 = p2;
85 unsigned long *p2, unsigned char *id)
92 *p2 = m_q[m_read].param2;
546 unsigned long p2 = 0; // Parameter - 2 local
637 pThis->m_output_ctrl_cmd_q.pop_entry(&p1,&p2,&ident);
642 pThis->m_output_ctrl_fbd_q.pop_entry(&p1,&p2,&ident);
647 pThis->m_output_q.pop_entry(&p1,&p2,&ident);
687 pThis->frame_done_cb((OMX_BUFFERHEADERTYPE *)p2);
691 (OMX_BUFFERHEADERTYPE *)p2);
60 insert_entry(unsigned long p1, unsigned long p2, unsigned char id) argument
84 pop_entry(unsigned long *p1, unsigned long *p2, unsigned char *id) argument
750 unsigned long p2 = 0; // Parameter - 2 local
880 unsigned long p2 = 0; // Parameter - 2 local
2105 unsigned long p2 = 0; // Parameter - 2 local
2185 unsigned long p2 = 0; // Parameter - 2 local
2267 post_input(unsigned long p1, unsigned long p2, unsigned char id) argument
2328 post_command(unsigned int p1, unsigned int p2, unsigned char id) argument
2377 post_output(unsigned long p1, unsigned long p2, unsigned char id) argument
[all...]

Completed in 371 milliseconds

1234