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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGMarkerData.h 35 struct MarkerPosition {
36 MarkerPosition(SVGMarkerType useType, const FloatPoint& useOrigin, float useAngle)
50 SVGMarkerData(Vector<MarkerPosition>& positions)
66 markerData->m_positions.append(MarkerPosition(markerType, markerData->m_origin, markerData->currentAngle(markerType)));
76 m_positions.append(MarkerPosition(EndMarker, m_origin, currentAngle(EndMarker)));
144 Vector<MarkerPosition>& m_positions;
RenderSVGShape.h 117 Vector<MarkerPosition> m_markerPositions;
  /frameworks/wilhelm/src/itf/
IRecord.c 241 SLmillisecond markerPosition = thiz->mMarkerPosition;
243 *pMsec = markerPosition;
244 if (SL_TIME_UNKNOWN == markerPosition) {
IPlay.c 367 SLmillisecond markerPosition = thiz->mMarkerPosition;
369 *pMsec = markerPosition;
370 if (SL_TIME_UNKNOWN == markerPosition) {
  /frameworks/av/media/libmedia/
AudioRecord.cpp 798 size_t markerPosition = mMarkerPosition;
800 if (!mMarkerReached && (markerPosition > 0) && (position >= markerPosition)) {
834 mCbf(EVENT_MARKER, mUserData, &markerPosition);
854 if (!markerReached && position < markerPosition) {
855 minFrames = markerPosition - position;
    [all...]
AudioTrack.cpp     [all...]
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 90 void setPlayEvents(int32_t eventFlags, int32_t markerPosition, int32_t positionUpdatePeriod);

Completed in 324 milliseconds