OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptr_out
(Results
1 - 3
of
3
) 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/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h
228
//
ptr_out
: pointer to output audio_frame. If no preprocessing is required
229
// |
ptr_out
| will be pointing to |in_frame|, otherwise pointing to
236
const AudioFrame**
ptr_out
)
audio_coding_module_impl.cc
361
// |*
ptr_out
| will point to the pre-processed audio-frame. If no pre-processing
362
// is required, |*
ptr_out
| points to |in_frame|.
364
const AudioFrame**
ptr_out
) {
392
*
ptr_out
= &in_frame;
396
*
ptr_out
= &preprocess_frame_;
Completed in 77 milliseconds