Searched defs:dst (Results 26 - 50 of 165) sorted by relevance

1234567

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DShift_Sat_v32xv32.c30 LVM_INT32 *dst,
59 *dst = b;
60 dst++;
68 *dst = (*src >> RShift);
69 dst++;
75 if(src!=dst)
77 Copy_16((LVM_INT16 *)src,(LVM_INT16 *)dst,(LVM_INT16)(n<<1));
28 Shift_Sat_v32xv32(const LVM_INT16 val, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
H A DCore_MixHard_2St_D32C31_SAT.c32 LVM_INT32 *dst,
55 *dst++ = Temp2;
29 Core_MixHard_2St_D32C31_SAT( Mix_2St_Cll_t *pInstance, const LVM_INT32 *src1, const LVM_INT32 *src2, LVM_INT32 *dst, LVM_INT16 n) argument
H A DCore_MixInSoft_D32C31_SAT.c31 LVM_INT32 *dst,
57 Temp2=*dst;
67 *dst++ = Temp1;
78 Temp2=*dst;
88 *dst++ = Temp1;
29 Core_MixInSoft_D32C31_SAT( Mix_1St_Cll_t *pInstance, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
H A DCore_MixSoft_1St_D32C31_WRA.c31 LVM_INT32 *dst,
63 *dst = Temp2;
64 dst++;
77 *dst = Temp2;
78 dst++;
84 *dst = Temp2;
85 dst++;
91 *dst = Temp2;
92 dst++;
97 *dst
29 Core_MixSoft_1St_D32C31_WRA( Mix_1St_Cll_t *pInstance, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
[all...]
H A DDelayAllPass_Sat_32x16To32.c35 LVM_INT32 *dst, /* Source/destination */
63 *dst = c;
64 dst++;
30 DelayAllPass_Sat_32x16To32( LVM_INT32 *delay, LVM_UINT16 size, LVM_INT16 coeff, LVM_UINT16 DelayOffset, LVM_UINT16 *pAllPassOffset, LVM_INT32 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixHard_1St_2i_D16C31_SAT.c34 LVM_INT16 *dst,
52 *dst++ = 0x7FFF;
54 *dst++ = - 0x8000;
56 *dst++ = (LVM_INT16)Temp;
60 *dst++ = 0x7FFF;
62 *dst++ = - 0x8000;
64 *dst++ = (LVM_INT16)Temp;
31 LVC_Core_MixHard_1St_2i_D16C31_SAT( LVMixer3_st *ptrInstance1, LVMixer3_st *ptrInstance2, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixHard_2St_D16C31_SAT.c32 LVM_INT16 *dst,
50 *dst++ = 0x7FFF;
52 *dst++ = - 0x8000;
54 *dst++ = (LVM_INT16)Temp;
28 LVC_Core_MixHard_2St_D16C31_SAT( LVMixer3_st *ptrInstance1, LVMixer3_st *ptrInstance2, const LVM_INT16 *src1, const LVM_INT16 *src2, LVM_INT16 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixInSoft_D16C31_SAT.c31 LVM_INT16 *dst,
58 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 into Q15 */
60 *dst++ = 0x7FFF;
62 *dst++ = - 0x8000;
64 *dst++ = (LVM_INT16)Temp;
77 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 into Q15 */
79 *dst++ = 0x7FFF;
81 *dst++ = - 0x8000;
83 *dst++ = (LVM_INT16)Temp;
96 Temp = ((LVM_INT32)*dst)
29 LVC_Core_MixInSoft_D16C31_SAT( LVMixer3_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c32 LVM_INT16 *dst,
58 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
70 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
71 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
72 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
73 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
85 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
96 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
97 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
98 *(dst
30 LVC_Core_MixSoft_1St_D16C31_WRA( LVMixer3_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c39 LVM_INT16 *dst,
95 LVC_Core_MixSoft_1St_2i_D16C31_WRA( &(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n);
107 if(src!=dst)
109 Copy_16(src, dst, n);
114 LVC_Core_MixHard_1St_2i_D16C31_SAT(&(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n);
37 LVC_MixSoft_1St_2i_D16C31_SAT( LVMixer3_2St_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
H A DLVC_Core_MixSoft_1St_2i_D16C31_WRA.c33 LVM_INT16 *dst,
92 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
93 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15); /* Q15*Q15>>15 into Q15 */
130 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
131 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15); /* Q15*Q15>>15 into Q15 */
132 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
133 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15);
134 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
135 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15);
136 *(dst
30 LVC_Core_MixSoft_1St_2i_D16C31_WRA( LVMixer3_st *ptrInstance1, LVMixer3_st *ptrInstance2, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp31 char* dst = (char*)d; local
34 *dst++ = *src++;
/frameworks/native/services/sensorservice/hidl/
H A Dutils.cpp32 SensorInfo dst; local
35 dst.name = hidl_string{name.string(), name.size()};
36 dst.vendor = hidl_string{vendor.string(), vendor.size()};
37 dst.version = src.getVersion();
38 dst.sensorHandle = src.getHandle();
39 dst.type = static_cast<::android::hardware::sensors::V1_0::SensorType>(
43 dst.maxRange = src.getMaxValue();
44 dst.resolution = src.getResolution();
45 dst.power = src.getPowerUsage();
46 dst
78 ::android::hardware::sensors::V1_0::Event dst; local
80 reinterpret_cast<const sensors_event_t&>(src), &dst); local
[all...]
/frameworks/rs/support/jni/
H A Dandroid_rscompat_usage_io_driver.cpp27 void *dst = drv->wndBuffer->bits; local
28 alloc->mHal.drvState.lod[0].mallocPtr = dst;
/frameworks/base/libs/hwui/renderstate/
H A DBlend.cpp30 GLenum dst; member in struct:android::uirenderer::Blender
117 *outDst = (modeUsage == ModeOrderSwap::Swap) ? kBlendsSwap[index].dst : kBlends[index].dst;
143 ALOGD("Blend: enabled %d, func src %d, dst %d", mEnabled, mSrcMode, mDstMode);
/frameworks/av/cmds/stagefright/
H A Djpeg.cpp75 uint8_t *dst = row_data; local
77 dst[0] = from565to8(*src, 11, 5);
78 dst[1] = from565to8(*src, 5, 6);
79 dst[2] = from565to8(*src, 0, 5);
80 dst += 3;
/frameworks/av/include/media/
H A Dconvert.h195 static inline bool run(Src &src, Dst &dst) argument
198 dst.clear();
199 dst.reserve(src.size());
205 dst.push_back(dstElem);
/frameworks/av/media/libmedia/include/media/
H A Dconvert.h195 static inline bool run(Src &src, Dst &dst) argument
198 dst.clear();
199 dst.reserve(src.size());
205 dst.push_back(dstElem);
/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp86 char *dst = (char*) buffer->data(); local
87 size_t copied = read(dst, buffer->size());
119 char *dst = (char*) buffer->base(); local
120 size_t copied = read(dst, buffer->capacity());
171 size_t SkipCutBuffer::read(char *dst, size_t num) { argument
186 memcpy(dst, mCutBuffer + mReadHead, copyfirst);
188 dst += copyfirst;
193 memcpy(dst, mCutBuffer, num);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct.cpp345 int *blk, uint8 *pred, uint8 *dst, int width)
540 *dst++ = res;
543 *dst++ = res;
546 *dst++ = res;
549 *dst++ = res;
552 *dst++ = res;
555 *dst++ = res;
558 *dst++ = res;
561 *dst++ = res;
564 dst
344 idct( int *blk, uint8 *pred, uint8 *dst, int width) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp89 uint8_t *dst = accessUnit->data() + offset; local
97 dst[0] = 0xff;
99 dst[1] =
102 dst[2] = (profile << 6)
106 dst[3] = ((channelConfig & 3) << 6) | (frameLength >> 11);
108 dst[4] = (frameLength >> 3) & 0xff;
109 dst[5] = (frameLength & 7) << 5;
110 dst[6] = 0x00;
112 memcpy(dst + 7, nal->data(), nal->size());
/frameworks/base/media/java/android/media/
H A DImageUtils.java87 * @param dst The destination image to be copied to.
91 public static void imageCopy(Image src, Image dst) { argument
92 if (src == null || dst == null) {
95 if (src.getFormat() != dst.getFormat()) {
96 throw new IllegalArgumentException("Src and dst images should have the same format");
99 dst.getFormat() == ImageFormat.PRIVATE) {
106 if (!(dst.getOwner() instanceof ImageWriter)) {
111 Size dstSize = new Size(dst.getWidth(), dst.getHeight());
118 Plane[] dstPlanes = dst
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/
H A DBridgeBufferIterator.java55 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { argument
56 assert dst.length >= dstOffset + byteCount;
57 mByteBuffer.get(dst, dstOffset, byteCount);
71 public void readIntArray(int[] dst, int dstOffset, int intCount) { argument
73 dst[dstOffset++] = mByteBuffer.getInt();
/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp152 string dst(gNameDst);
156 transform(dst.begin(), dst.end(), dst.begin(), ::toupper);
158 outputStream << "const size_t LUT_" << src << "_TO_" << dst << "_SIZE = " << gSize << endl;
159 outputStream << "const uint16_t LUT_" << src << "_TO_" << dst << "[] = {"; local
161 outputStream << "// From " << src << " to " << dst << endl;
/frameworks/av/media/libaudioprocessing/
H A DRecordBufferConverter.cpp77 size_t RecordBufferConverter::convert(void *dst, argument
98 convertNoResampler(dst, buffer.raw, buffer.frameCount);
100 dst = (int8_t*)dst + buffer.frameCount * mDstFrameSize;
118 convertResampler(dst, mBuf, frames);
220 void *dst, const void *src, size_t frames)
230 void *dstBuf = mBuf != NULL ? mBuf : dst;
239 memcpy_by_audio_format(dst, mDstFormat, mBuf, AUDIO_FORMAT_PCM_FLOAT,
246 void *dstBuf = mBuf != NULL ? mBuf : dst;
249 if (dstBuf == dst) {
219 convertNoResampler( void *dst, const void *src, size_t frames) argument
259 convertResampler( void *dst, void *src, size_t frames) argument
[all...]

Completed in 1084 milliseconds

1234567