Searched refs:src (Results 1 - 25 of 425) sorted by path

1234567891011>>

/frameworks/av/cmds/stagefright/
H A Djpeg.cpp74 uint16_t *src = (uint16_t *)(frame + row * width * 2); local
77 dst[0] = from565to8(*src, 11, 5);
78 dst[1] = from565to8(*src, 5, 6);
79 dst[2] = from565to8(*src, 0, 5);
81 src++;
/frameworks/av/drm/libdrmframework/plugins/common/util/
H A DAndroid.mk21 src/MimeTypeUtil.cpp
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
H A DAndroid.mk31 src/FwdLockEngine.cpp
/frameworks/av/drm/libdrmframework/plugins/passthru/
H A DAndroid.mk20 src/DrmPassthruPlugIn.cpp
/frameworks/av/include/media/stagefright/
H A DColorConverter.h68 const BitmapParams &src, const BitmapParams &dst);
71 const BitmapParams &src, const BitmapParams &dst);
74 const BitmapParams &src, const BitmapParams &dst);
77 const BitmapParams &src, const BitmapParams &dst);
80 const BitmapParams &src, const BitmapParams &dst);
H A DSkipCutBuffer.h48 void write(const char *src, size_t num);
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp414 void NativeWindowRenderer::copyI420Buffer(MediaBuffer* src, uint8_t* dst, argument
417 uint8_t* p = (uint8_t*)src->data() + src->range_offset();
424 // The src is I420, the dst is YV12.
H A DNativeWindowRenderer.h79 void copyI420Buffer(MediaBuffer* src, uint8_t* dst,
/frameworks/av/libvideoeditor/vss/common/inc/
H A DFrom2iToMono_16.h21 void From2iToMono_16( const short *src,
H A DMonoTo2I_16.h21 void MonoTo2I_16( const short *src,
H A DVideoEditorResampler.h33 void MonoTo2I_16( const M4OSA_Int16 *src,
37 void From2iToMono_16( const M4OSA_Int16 *src,
/frameworks/av/libvideoeditor/vss/src/
H A DM4ChannelConverter.c24 void MonoTo2I_16( const short *src, argument
29 src += n-1;
33 *dst-- = *src;
34 *dst-- = *src--;
40 void From2iToMono_16( const short *src, argument
47 Temp = (long)*(src++);
48 Temp += (long)*(src++);
/frameworks/av/media/libeffects/lvm/lib/
H A DAndroid.mk10 StereoWidening/src/LVCS_BypassMix.c \
11 StereoWidening/src/LVCS_Control.c \
12 StereoWidening/src/LVCS_Equaliser.c \
13 StereoWidening/src/LVCS_Init.c \
14 StereoWidening/src/LVCS_Process.c \
15 StereoWidening/src/LVCS_ReverbGenerator.c \
16 StereoWidening/src/LVCS_StereoEnhancer.c \
17 StereoWidening/src/LVCS_Tables.c \
18 Bass/src/LVDBE_Control.c \
19 Bass/src/LVDBE_Ini
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DMixer.h76 const LVM_INT32 *src,
87 const LVM_INT32 *src,
96 const LVM_INT32 *src,
107 const LVM_INT32 *src,
H A DVectorArithmetic.h40 void Copy_16( const LVM_INT16 *src,
47 * For example when *src = 0x8000, val = *0x8000 *
52 void Mult3s_16x16( const LVM_INT16 *src,
60 * For example when *src = 0x8000000, val = *0x8000 *
65 void Mult3s_32x16( const LVM_INT32 *src,
70 void DelayMix_16x16( const LVM_INT16 *src,
77 void DelayWrite_32( const LVM_INT32 *src, /* Source 1, to be delayed */
83 void Add2_Sat_16x16( const LVM_INT16 *src,
87 void Add2_Sat_32x32( const LVM_INT32 *src,
91 void Mac3s_Sat_16x16( const LVM_INT16 *src,
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DAdd2_Sat_16x16.c28 void Add2_Sat_16x16( const LVM_INT16 *src, argument
36 Temp = ((LVM_INT32) *src) + ((LVM_INT32) *dst);
37 src++;
H A DAdd2_Sat_32x32.c29 void Add2_Sat_32x32( const LVM_INT32 *src, argument
37 a=*src;
38 src++;
H A DCopy_16.c28 void Copy_16( const LVM_INT16 *src, argument
34 if (src > dst)
38 *dst = *src;
40 src++;
45 src += n - 1;
49 *dst = *src;
51 src--;
H A DCore_MixInSoft_D32C31_SAT.c30 const LVM_INT32 *src,
56 Temp1=*src++;
77 Temp1=*src++;
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.c30 const LVM_INT32 *src,
59 Temp1=*src;
60 src++;
73 Temp1=*src;
74 src++;
80 Temp1=*src;
81 src++;
87 Temp1=*src;
88 src++;
94 Temp1=*src;
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 DDelayMix_16x16.c28 void DelayMix_16x16(const LVM_INT16 *src, /* Source 1, to be delayed */ argument
46 delay[Offset] = *src;
48 src++;
56 delay[Offset] = *src;
58 src++;
H A DDelayWrite_32.c28 void DelayWrite_32(const LVM_INT32 *src, /* Source 1, to be delayed */ argument
39 delay[Offset] = *src;
41 src++;
H A DFrom2iToMS_16x16.c28 void From2iToMS_16x16( const LVM_INT16 *src, argument
37 left = (LVM_INT32)*src;
38 src++;
40 right = (LVM_INT32)*src;
41 src++;
H A DFrom2iToMono_16.c28 void From2iToMono_16( const LVM_INT16 *src, argument
36 Temp = (LVM_INT32)*src;
37 src++;
39 Temp += (LVM_INT32)*src;
40 src++;
H A DFrom2iToMono_32.c28 void From2iToMono_32( const LVM_INT32 *src, argument
37 Temp = (*src>>1);
38 src++;
40 Temp +=(*src>>1);
41 src++;

Completed in 702 milliseconds

1234567891011>>