HomeSort by relevance Sort by last modified time
    Searched refs:pVersion (Results 1 - 15 of 15) sorted by null

  /frameworks/av/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/av/libvideoeditor/vss/common/inc/
M4AMRR_CoreReader.h 222 * M4OSA_ERR M4AMRR_getVersion (M4_VersionInfo *pVersion)
230 M4OSA_ERR M4AMRR_getVersion (M4_VersionInfo *pVersion);
M4PCMR_CoreReader.h 132 M4OSA_ERR M4PCMR_getVersion(M4_VersionInfo *pVersion);
  /frameworks/av/libvideoeditor/vss/src/
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;
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;
M4xVSS_API.c     [all...]
  /frameworks/av/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/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...]
  /external/chromium_org/net/third_party/nss/ssl/
derive.c 553 master_params.pVersion = &pms_version;
ssl3con.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 528 pVersion = FOUR_CHAR_CODE('vers')
    [all...]
  /external/chromium_org/remoting/tools/winext/manifest/
rdp.h 326 HRESULT get_Version([out] BSTR* pVersion);
    [all...]

Completed in 3115 milliseconds