Searched refs:func (Results 1 - 25 of 98) sorted by path

1234

/frameworks/av/include/media/stagefright/
H A DDataSource.h80 static void RegisterSniffer(SnifferFunc func);
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Thread.h92 M4OSA_ThreadDoIt func );
H A DM4OSA_Thread_priv.h38 M4OSA_ThreadDoIt func; /* thread function */ member in struct:M4OSA_ThreadContext
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Thread.c67 if((threadContext->func(threadContext->param)) != M4NO_ERROR)
105 * the "func" parameter. This function creates & allocates a unique
114 * @param func:(IN) "doIt" function pointer to run
122 M4OSA_ThreadDoIt func)
128 "M4OSA_ThreadDoIt 0x%x", context, func);
133 M4OSA_DEBUG_IF2(func == M4OSA_NULL,
149 threadContext->func = func;
121 M4OSA_threadSyncOpen(M4OSA_Context* context, M4OSA_ThreadDoIt func) argument
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c61 #define CLEANUPonERR(func) if ((err = func) != M4NO_ERROR) goto cleanup
/frameworks/av/media/libstagefright/
H A DDataSource.cpp98 void DataSource::RegisterSniffer(SnifferFunc func) { argument
103 if (*it == func) {
108 gSniffers.push_back(func);
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h168 #define ADD_PREFIX(func) LINK0(PREFIX, _, func)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_Average_4x_Align_unsafe_s.S14 .func armVCM4P10_Average_4x4_Align0_unsafe
46 .func armVCM4P10_Average_4x4_Align2_unsafe
90 .func armVCM4P10_Average_4x4_Align3_unsafe
H A DarmVCM4P10_DeblockingChroma_unsafe_s.S14 .func armVCM4P10_DeblockingChromabSLT4_unsafe
41 .func armVCM4P10_DeblockingChromabSGE4_unsafe
H A DarmVCM4P10_DeblockingLuma_unsafe_s.S14 .func armVCM4P10_DeblockingLumabSLT4_unsafe
57 .func armVCM4P10_DeblockingLumabSGE4_unsafe
H A DarmVCM4P10_DecodeCoeffsToPair_s.S14 .func armVCM4P10_DecodeCoeffsToPair
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HorAlign9x_unsafe
74 .func armVCM4P10_InterpolateLuma_VerAlign4x_unsafe
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_Copy4x4_unsafe
H A DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HorDiagCopy_unsafe
48 .func armVCM4P10_InterpolateLuma_VerDiagCopy_unsafe
H A DarmVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe
H A DarmVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe
H A DarmVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe
H A DarmVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.S14 .func armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe
H A DarmVCM4P10_Interpolate_Chroma_s.S26 .func armVCM4P10_Interpolate_Chroma
H A DarmVCM4P10_TransformResidual4x4_s.S14 .func armVCM4P10_TransformResidual4x4
H A DarmVCM4P10_UnpackBlock4x4_s.S14 .func armVCM4P10_UnpackBlock4x4
H A DomxVCM4P10_DeblockLuma_I.S14 .func omxVCM4P10_DeblockLuma_I
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S14 .func omxVCM4P10_DequantTransformResidualFromPairAndAdd
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S14 .func omxVCM4P10_FilterDeblockingChroma_HorEdge_I
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.S14 .func omxVCM4P10_FilterDeblockingChroma_VerEdge_I

Completed in 437 milliseconds

1234