/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | gpclip.c | 38 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()
|
D | deemph.c | 34 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()
|
D | hp_wsp.c | 49 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()
|
D | hp6k.c | 47 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()
|
D | preemph.c | 32 Word16 * mem /* (i/o) : memory (x[-1]) */ in Preemph() 61 Word16 * mem /* (i/o) : memory (x[-1]) */ in Preemph2()
|
D | hp50.c | 52 void Init_HP50_12k8(Word16 mem[]) in Init_HP50_12k8() 61 Word16 mem[] /* filter memory [6] */ in HP50_12k8()
|
D | hp400.c | 51 void Init_HP400_12k8(Word16 mem[]) in Init_HP400_12k8() 60 Word16 mem[] /* filter memory [6] */ in HP400_12k8()
|
D | decim54.c | 60 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()
|
D | levinson.c | 99 Word16 * mem /* output :static memory (18 words) */ in Init_Levinson() 112 … Word16 * mem /* (i/o) :static memory (18 words) */ in Levinson()
|
D | lp_dec2.c | 38 Word16 mem[] /* in/out: memory (size=3) */ in LP_Decim2()
|
D | q_gain2.c | 48 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/ |
D | highpass_400hz_at_12k8.cpp | 134 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()
|
D | highpass_50hz_at_12k8.cpp | 136 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()
|
D | low_pass_filt_7k.cpp | 129 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()
|
D | band_pass_6k_7k.cpp | 138 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()
|
D | oversamp_12k8_to_16k.cpp | 189 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()
|
D | dec_gain2_amr_wb.cpp | 145 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()
|
D | deemphasis_32.cpp | 126 int16 * mem /* (i/o) : memory (y[-1]) */ in deemphasis_32()
|
/frameworks/av/media/libstagefright/ |
D | BufferImpl.cpp | 32 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/ |
D | CameraHardwareInterface.cpp | 93 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/ |
D | NuPlayerStreamListener.cpp | 39 sp<IMemory> mem = mMemoryDealer->allocate(kBufferSize); in NuPlayerStreamListener() local 149 sp<IMemory> mem = mBuffers.editItemAt(entry->mIndex); in read() local
|
/frameworks/av/camera/ |
D | ICameraRecordingProxy.cpp | 65 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/ |
D | MemoryArea.cpp | 34 llvm::StringRef mem(pMemBuffer, pSize); in MemoryArea() local
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | syn_filt.cpp | 256 Word16 mem[], /* (i/o) : memory associated with this filtering. */ in Syn_filt()
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
D | VtsHalSensorManagerV1_0TargetTest.cpp | 116 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()
|