Searched defs:nOffset (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Other.h202 OMX_TICKS nOffset; /**< Amount of wall clock time by which this member in struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE
227 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
242 OMX_TICKS nOffset; /**< Amount of wall clock time by which this member in struct:OMX_TIME_MEDIATIMETYPE
295 OMX_TICKS nOffset; /**< Time to offset the media time by member in struct:OMX_TIME_CONFIG_CLOCKSTATETYPE
297 * reported to be nOffset ticks earlier.
H A DOMX_Core.h424 OMX_U32 nOffset; /**< start offset of valid data in bytes from member in struct:OMX_BUFFERHEADERTYPE
/frameworks/native/include/media/openmax/
H A DOMX_Other.h202 OMX_TICKS nOffset; /**< Amount of wall clock time by which this member in struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE
227 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
242 OMX_TICKS nOffset; /**< Amount of wall clock time by which this member in struct:OMX_TIME_MEDIATIMETYPE
295 OMX_TICKS nOffset; /**< Time to offset the media time by member in struct:OMX_TIME_CONFIG_CLOCKSTATETYPE
297 * reported to be nOffset ticks earlier.
H A DOMX_Core.h424 OMX_U32 nOffset; /**< start offset of valid data in bytes from member in struct:OMX_BUFFERHEADERTYPE
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c662 uint16_t nOffset; local
714 nOffset = ReverbCalculateNoise(pReverb);
717 + nOffset;
719 nOffset = ReverbCalculateNoise(pReverb);
722 - nOffset;
724 nOffset = ReverbCalculateNoise(pReverb);
727 - nOffset;
729 nOffset = ReverbCalculateNoise(pReverb);
732 + nOffset;
1456 uint16_t nOffset; local
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPath.java741 nOffset(mNativePath, dx, dy);
853 private static native void nOffset(long nPath, float dx, float dy); method in class:Path
/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java428 /*package*/ static void nOffset(long nPath, float dx, float dy) { method in class:Path_Delegate

Completed in 107 milliseconds