Searched defs:Pli (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | pli.h | 26 Pli() {} in Pli() function
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 4472 __ Pli(MemOperand(sp, 0)); in TEST() local 4473 __ Pli(MemOperand(r0, 0)); in TEST() local 4474 __ Pli(MemOperand(r1, 123)); in TEST() local 4475 __ Pli(MemOperand(r2, 1234)); in TEST() local 4476 __ Pli(MemOperand(r3, 4095)); in TEST() local 4477 __ Pli(MemOperand(r4, -123)); in TEST() local 4478 __ Pli(MemOperand(r5, -255)); in TEST() local 4481 __ Pli(MemOperand(r6, -1234)); in TEST() local 4482 __ Pli(MemOperand(r7, -4095)); in TEST() local 4486 __ Pli(MemOperand(r0, r1)); in TEST() local [all …]
|
/external/webrtc/webrtc/test/ |
D | rtcp_packet_parser.h | 243 Pli() {} in Pli() function
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 2880 void Pli(Condition cond, const MemOperand& operand) { in Pli() function 2888 void Pli(const MemOperand& operand) { Pli(al, operand); } in Pli() function
|