Searched refs:LinearMap (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/
H A DLinearMap.h32 In AudioFlinger, we use the LinearMap to associate track frames to
35 corresponds to the sink frames written. We use LinearMap to figure out which track frame
42 We update the (track frame, sink frame) points in the LinearMap each time we write data
48 1) Example: Obtaining a track timestamp during playback. In this case, the LinearMap
58 mPosition = 51020. Using the LinearMap, we find we have played to track frame 1020.
62 2) Example: Obtaining a track timestamp duing pause. In this case, the LinearMap
93 7) LinearMap works for different speeds and sample rates as it uses
95 exactly at the sample points pushed into the LinearMap, the returned values
102 1) In order for the LinearMap to work reliably, you cannot look backwards more
126 class LinearMap { class in namespace:android
137 explicit LinearMap(size_t size) function in class:android::LinearMap
[all...]
/frameworks/av/media/libmedia/include/media/
H A DLinearMap.h32 In AudioFlinger, we use the LinearMap to associate track frames to
35 corresponds to the sink frames written. We use LinearMap to figure out which track frame
42 We update the (track frame, sink frame) points in the LinearMap each time we write data
48 1) Example: Obtaining a track timestamp during playback. In this case, the LinearMap
58 mPosition = 51020. Using the LinearMap, we find we have played to track frame 1020.
62 2) Example: Obtaining a track timestamp duing pause. In this case, the LinearMap
93 7) LinearMap works for different speeds and sample rates as it uses
95 exactly at the sample points pushed into the LinearMap, the returned values
102 1) In order for the LinearMap to work reliably, you cannot look backwards more
126 class LinearMap { class in namespace:android
137 explicit LinearMap(size_t size) function in class:android::LinearMap
[all...]
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h162 LinearMap<int64_t> mFrameMap; // track frame to server frame mapping
H A DAudioFlinger.h58 #include <media/LinearMap.h>

Completed in 1333 milliseconds