HomeSort by relevance Sort by last modified time
    Searched refs:ptr_out (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_poly_phase_synthesis.cpp 135 int16 * ptr_out = outPcm; local
154 ptr_out,
171 ptr_out + (numChannels << 5),
174 ptr_out += (numChannels << 6);
  /external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
memcpy.S 24 * ptr_in to ptr_out. ptr_out is returned unchanged.
58 * void * memcpy(char * ptr_out, char * ptr_in, int length) {
60 * if(length) for(i=0; i < length; i++) { ptr_out[i] = ptr_in[i]; }
61 * return(ptr_out);
66 * void * memcpy(char * ptr_out, char * ptr_in, int len) {
84 * prolog = 32 - ((int) ptr_out);
91 * if (prolog & 1) { ptr_out[0] = (u8) data0; data0 >>= 8; ptr_out += 1;}
92 * ptr2 = (s16 *) &ptr_out[0]
151 #define ptr_out R0 \/* destination pounter *\/ define
502 ptr_out = sub(ptr_out, len); \/* return dest pointer *\/ define
518 ptr_out = sub(ptr_out, len); define
533 ptr_out = sub(ptr_out, len); define
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 547 int16_t* ptr_out = &out_frame[0]; local
556 "vst1.16 {d22, d23}, [%[ptr_out]]!\n\t"
557 "vst1.16 {d24, d25}, [%[ptr_out]]!\n\t"
559 [ptr_out]"+r"(ptr_out)
570 ptr_out = &inst->synthesisBuffer[0],
577 "vst1.16 {d22, d23}, [%[ptr_out]]!\n\t"
578 "vst1.16 {d24, d25}, [%[ptr_out]]!\n\t"
580 [ptr_out]"+r"(ptr_out)
608 int16_t* ptr_out = &inst->analysisBuffer[0]; local
683 int16_t* ptr_out = &out[0]; local
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 552 int16_t* ptr_out = &out_frame[0]; local
561 "vst1.16 {d22, d23}, [%[ptr_out]]!\n\t"
562 "vst1.16 {d24, d25}, [%[ptr_out]]!\n\t"
564 [ptr_out]"+r"(ptr_out)
575 ptr_out = &inst->synthesisBuffer[0],
582 "vst1.16 {d22, d23}, [%[ptr_out]]!\n\t"
583 "vst1.16 {d24, d25}, [%[ptr_out]]!\n\t"
585 [ptr_out]"+r"(ptr_out)
613 int16_t* ptr_out = &inst->analysisBuffer[0]; local
688 int16_t* ptr_out = &out[0]; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.h 281 // ptr_out: pointer to output audio_frame. If no preprocessing is required
282 // |ptr_out| will be pointing to |in_frame|, otherwise pointing to
289 const AudioFrame** ptr_out)
audio_coding_module_impl.cc     [all...]

Completed in 316 milliseconds