Home
last modified time | relevance | path

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

123

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dgpclip.c38 Word16 mem[] /* (o) : memory of gain of pitch clipping algorithm */ in Init_gp_clip()
47Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */ in Gp_clip()
60Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */ in Gp_clip_test_isf()
91Word16 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()
89 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()
Dhp50.c52 void Init_HP50_12k8(Word16 mem[]) in Init_HP50_12k8()
61 Word16 mem[] /* filter memory [6] */ in HP50_12k8()
Dhp400.c51 void Init_HP400_12k8(Word16 mem[]) in Init_HP400_12k8()
60 Word16 mem[] /* filter memory [6] */ in HP400_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()
112Word16 * mem /* (i/o) :static memory (18 words) */ in Levinson()
Dlp_dec2.c38 Word16 mem[] /* in/out: memory (size=3) */ in LP_Decim2()
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()
/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()
/frameworks/av/media/libstagefright/
DBufferImpl.cpp32 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<IMemory> &mem) in SharedMemoryBuffer()
37 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<TMemory> &mem) in SharedMemoryBuffer()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp93 camera_memory_t* mem = sGetMemory(descriptor->data[0], bufferSize, bufferCount, this); in registerMemory() local
106 camera_memory_t* mem = nullptr; in unregisterMemory() local
123 camera_memory_t* mem = nullptr; in dataCallback() local
142 camera_memory_t* mem = nullptr; in dataCallbackTimestamp() local
158 camera_memory_t* mem = nullptr; in handleCallbackTimestamp() local
187 sp<CameraHeapMemory> mem( in handleCallbackTimestampBatch() local
571 void CameraHardwareInterface::releaseRecordingFrame(const sp<IMemory>& mem) in releaseRecordingFrame()
600 for (auto& mem : frames) { in releaseRecordingFrameBatch() local
750 sp<CameraHeapMemory> mem(static_cast<CameraHeapMemory *>(data->handle)); in sDataCb() local
769 sp<CameraHeapMemory> mem(static_cast<CameraHeapMemory *>(data->handle)); in sDataCbTimestamp() local
[all …]
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerStreamListener.cpp39 sp<IMemory> mem = mMemoryDealer->allocate(kBufferSize); in NuPlayerStreamListener() local
149 sp<IMemory> mem = mBuffers.editItemAt(entry->mIndex); in read() local
/frameworks/av/camera/
DICameraRecordingProxy.cpp65 void releaseRecordingFrame(const sp<IMemory>& mem) in releaseRecordingFrame()
131 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.cpp256 Word16 mem[], /* (i/o) : memory associated with this filtering. */ in Syn_filt()
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
DVtsHalSensorManagerV1_0TargetTest.cpp116 map_region map(const hidl_memory &mem) { in map()
146 ASSERT_OK(ashmem_->allocate(memSize, [&](bool success, const auto &mem) { in TEST_F()
226 ASSERT_OK(ashmem_->allocate(memSize, [&] (bool success, const auto &mem) { in TEST_F()

123