HomeSort by relevance Sort by last modified time
    Searched full:pversion (Results 1 - 13 of 13) sorted by null

  /frameworks/media/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 102 * M4OSA_ERR M4EXIFC_getVersion (M4_VersionInfo *pVersion)
105 * @param pVersion: (OUT) the structure containing version numbers
110 M4OSA_ERR M4EXIFC_getVersion (M4_VersionInfo *pVersion);
M4xVSS_API.h 377 * prototype M4xVSS_GetVersion(M4_VersionInfo *pVersion)
380 * @param pVersion (IN) Pointer on the version info struct
385 M4OSA_ERR M4xVSS_GetVersion(M4_VersionInfo *pVersion);
  /frameworks/media/libvideoeditor/vss/src/
M4AMRR_CoreReader.c 878 M4OSA_ERR M4AMRR_getVersion (M4_VersionInfo *pVersion)
881 M4OSA_TRACE1_1("M4AMRR_getVersion called with pVersion: 0x%x\n", pVersion);
882 M4OSA_DEBUG_IF1(((M4OSA_UInt32) pVersion == 0),M4ERR_PARAMETER,
883 "pVersion is NULL in M4AMRR_getVersion");
885 pVersion->m_major = M4AMRR_VERSION_MAJOR;
886 pVersion->m_minor = M4AMRR_VERSION_MINOR;
887 pVersion->m_revision = M4AMRR_VERSION_REVISION;
M4PCMR_CoreReader.c 704 M4OSA_ERR M4PCMR_getVersion (M4_VersionInfo *pVersion)
707 M4OSA_TRACE1_1("M4PCMR_getVersion called with pVersion: 0x%x", pVersion);
708 M4OSA_DEBUG_IF1(((M4OSA_UInt32) pVersion == 0),M4ERR_PARAMETER,
709 "pVersion is NULL in M4PCMR_getVersion");
711 pVersion->m_major = M4PCMR_VERSION_MAJOR;
712 pVersion->m_minor = M4PCMR_VERSION_MINOR;
713 pVersion->m_revision = M4PCMR_VERSION_REVISION;
M4xVSS_API.c     [all...]
  /frameworks/media/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h 132 M4OSA_ERR M4PCMR_getVersion(M4_VersionInfo *pVersion);
M4AMRR_CoreReader.h 222 * M4OSA_ERR M4AMRR_getVersion (M4_VersionInfo *pVersion)
230 M4OSA_ERR M4AMRR_getVersion (M4_VersionInfo *pVersion);
  /frameworks/base/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 341 /* pVersion Pointer to an empty version info structure */
345 /* LVM_NULLADDRESS when pVersion is NULL */
351 LVM_ReturnStatus_en LVM_GetVersionInfo(LVM_VersionInfo_st *pVersion);
    [all...]
  /external/iproute2/tc/
m_xt_old.c 50 static const char *pversion = "0.2"; variable
151 fprintf(stderr, "%s v%s: ", pname, pversion);
m_ipt.c 39 static const char *pversion = "0.1"; variable
92 fprintf(stderr, "%s v%s: ", pname, pversion);
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelody.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelody.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c     [all...]

Completed in 320 milliseconds