Searched refs:inType (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DInterpolate.cpp22 template<typename inType, typename outType, int gnum, int gden,
36 float tmp = ((*(const inType*)src) - inMiddle) * gain + outMiddle;
53 #define SRC *(const inType*)(src)
H A DResampler.cpp22 template<typename inType, typename outType, int gnum, int gden,
36 float tmp = ((*(const inType*)src) - inMiddle) * gain + outMiddle;
54 float tmp = ((*(const inType*)src) - inMiddle) * gain + outMiddle;
/haiku/src/kits/media/
H A DTimedEventQueue.cpp24 int32 inType)
29 type = inType;
34 int32 inType,
41 type = inType;
48 int32 inType,
59 type = inType;
23 media_timed_event(bigtime_t inTime, int32 inType) argument
33 media_timed_event(bigtime_t inTime, int32 inType, void *inPointer, uint32 inCleanup) argument
47 media_timed_event(bigtime_t inTime, int32 inType, void *inPointer, uint32 inCleanup, int32 inData, int64 inBigdata, const char *inUserData, size_t dataSize) argument
/haiku/headers/os/media/
H A DTimedEventQueue.h16 int32 inType);
18 int32 inType, void*inPointer,
21 bigtime_t inTime, int32 inType,
/haiku/headers/build/os/app/
H A DRoster.h172 status_t resolve_app(const char *inType, entry_ref *ref, entry_ref *appRef,
/haiku/headers/os/app/
H A DRoster.h198 status_t _ResolveApp(const char* inType, entry_ref* ref,
/haiku/src/kits/app/
H A DRoster.cpp2084 At least one of \a inType or \a ref must not be \c NULL. If \a inType is
2095 \param inType The MIME type for which an application shall be found.
2108 to \c false otherwise. Has no meaning, if a \a inType is supplied.
2113 \retval B_BAD_VALUE \c NULL \a inType and \a ref.
2118 BRoster::_ResolveApp(const char* inType, entry_ref* ref, argument
2122 if ((inType == NULL && ref == NULL)
2123 || (inType != NULL && strlen(inType) >= B_MIME_TYPE_LENGTH))
2132 if (inType !
[all...]

Completed in 167 milliseconds