Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dgpclip.c38 Word16 mem[] /* (o) : memory of gain of pitch clipping algorithm */ in Init_gp_clip()
47 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */ in Gp_clip()
60 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */ in Gp_clip_test_isf()
91 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */ in Gp_clip_test_gain_pit()
Ddeemph.c34 Word16 * mem /* (i/o) : memory (y[-1]) */ in Deemph()
61 Word16 * mem /* (i/o) : memory (y[-1]) */ in Deemph2()
86 Word16 * mem /* (i/o) : memory (y[-1]) */ in Deemph_32()
Dhp_wsp.c49 void Init_Hp_wsp(Word16 mem[]) in Init_Hp_wsp()
56 void scale_mem_Hp_wsp(Word16 mem[], Word16 exp) in scale_mem_Hp_wsp()
84 Word16 mem[] /* i/o : filter memory [9] */ in Hp_wsp()
Dhp6k.c47 void Init_Filt_6k_7k(Word16 mem[]) /* mem[30] */ in Init_Filt_6k_7k()
56 Word16 mem[] /* in/out: memory (size=30) */ in Filt_6k_7k()
Dpreemph.c32 Word16 * mem /* (i/o) : memory (x[-1]) */ in Preemph()
61 Word16 * mem /* (i/o) : memory (x[-1]) */ in Preemph2()
Dhp400.c51 void Init_HP400_12k8(Word16 mem[]) in Init_HP400_12k8()
60 Word16 mem[] /* filter memory [6] */ in HP400_12k8()
Dhp50.c52 void Init_HP50_12k8(Word16 mem[]) in Init_HP50_12k8()
61 Word16 mem[] /* filter memory [6] */ in HP50_12k8()
Ddecim54.c60 Word16 mem[] /* output: memory (2*NB_COEF_DOWN) set to zeros */ in Init_Decim_12k8()
71 Word16 mem[] /* in/out: memory (2*NB_COEF_DOWN) */ in Decim_12k8()
Dlevinson.c99 Word16 * mem /* output :static memory (18 words) */ in Init_Levinson()
112 Word16 * mem /* (i/o) :static memory (18 words) */ in Levinson()
Dq_gain2.c48 Word16 * mem /* output :static memory (2 words) */ in Init_Q_gain2()
75 Word16 * mem /* (i/o) : static memory (2 words) */ in Q_gain2()
Dlp_dec2.c38 Word16 mem[] /* in/out: memory (size=3) */ in LP_Decim2()
Dsyn_filt.c36 Word16 mem[], /* (i/o) : memory associated with this filtering. */ in Syn_filt()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dhighpass_400hz_at_12k8.cpp134 void highpass_400Hz_at_12k8_init(int16 mem[]) in highpass_400Hz_at_12k8_init()
146 int16 mem[] /* filter memory [6] */ in highpass_400Hz_at_12k8()
Dhighpass_50hz_at_12k8.cpp136 void highpass_50Hz_at_12k8_init(int16 mem[]) in highpass_50Hz_at_12k8_init()
148 int16 mem[] /* filter memory [6] */ in highpass_50Hz_at_12k8()
Dlow_pass_filt_7k.cpp129 void low_pass_filt_7k_init(int16 mem[]) /* mem[30] */ in low_pass_filt_7k_init()
145 int16 mem[], /* in/out: memory (size=30) */ in low_pass_filt_7k()
Dband_pass_6k_7k.cpp138 void band_pass_6k_7k_init(int16 mem[]) /* mem[30] */ in band_pass_6k_7k_init()
152 int16 mem[], /* in/out: memory (size=30) */ in band_pass_6k_7k()
Doversamp_12k8_to_16k.cpp189 void oversamp_12k8_to_16k_init(int16 mem[]) in oversamp_12k8_to_16k_init()
203 int16 mem[], /* in/out: memory (2*NB_COEF_UP) */ in oversamp_12k8_to_16k()
Ddec_gain2_amr_wb.cpp145 void dec_gain2_amr_wb_init(int16 * mem) in dec_gain2_amr_wb_init()
181 int16 * mem /* (i/o) : static memory (4 words) */ in dec_gain2_amr_wb()
Ddeemphasis_32.cpp126 int16 * mem /* (i/o) : memory (y[-1]) */ in deemphasis_32()
Dwb_syn_filt.cpp131 int16 mem[], /* (i/o) : memory associated with this filtering. */ in wb_syn_filt()
/frameworks/av/camera/
DICameraRecordingProxy.cpp61 void releaseRecordingFrame(const sp<IMemory>& mem) in releaseRecordingFrame()
96 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder()); in onTransact() local
/frameworks/compile/mclinker/lib/Support/
DMemoryArea.cpp34 llvm::StringRef mem(pMemBuffer, pSize); in MemoryArea() local
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dsyn_filt.cpp254 Word16 mem[], /* (i/o) : memory associated with this filtering. */ in Syn_filt()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp470 void CameraClient::releaseRecordingFrame(const sp<IMemory>& mem) { in releaseRecordingFrame()
798 const sp<IMemory>& mem, in handlePreviewData()
843 void CameraClient::handlePostview(const sp<IMemory>& mem) { in handlePostview()
854 void CameraClient::handleRawPicture(const sp<IMemory>& mem) { in handleRawPicture()
869 void CameraClient::handleCompressedPicture(const sp<IMemory>& mem) { in handleCompressedPicture()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerStreamListener.cpp41 sp<IMemory> mem = mMemoryDealer->allocate(kBufferSize); in NuPlayerStreamListener() local

12