HomeSort by relevance Sort by last modified time
    Searched full:track (Results 776 - 800 of 4318) sorted by null

<<31323334353637383940>>

  /external/toybox/kconfig/
util.c 29 /* write a dependency file as used by kbuild to track dependencies */
  /external/vboot_reference/firmware/lib/include/
stateful_util.h 16 /* Track remaining data to be read in a buffer. */
  /external/vboot_reference/firmware/stub/
vboot_api_stub_sf.c 24 /* Keep track of nodes that are currently allocated */
  /frameworks/av/cmds/stagefright/
codec.cpp 111 ALOGV("selecting track %zu", i);
212 ALOGV("signalling input EOS on track %zu", i);
316 printf("track %zu: %lld bytes received. %.2f KB/sec\n",
321 printf("track %zu: %lld frames decoded, %.2f fps. %lld"
  /frameworks/av/include/media/
JetPlayer.h 92 sp<AudioTrack> mAudioTrack; // and we play it in this audio track
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.cpp 627 Word16 track; local
656 /* track = pos%5 */
672 /* track =
677 track = i - tempWord;
679 tempWord = track;
683 track = 1;
692 else if (track == 1)
698 track = 0;
708 track = 1;
725 else if (track == 2
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.h 38 // track to RTP channel or muxing all tracks into a single RTP channel and
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h 31 // and keep track of the usage of this input.
  /frameworks/base/core/java/android/ddm/
DdmHandleAppName.java 27 * Track our app name. We don't (currently) handle any inbound packets.
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 287 * the track.
297 * Specifies whether the track should be split by the thumb. When true,
298 * the thumb's optical bounds will be clipped out of the track drawable,
301 * @param splitTrack Whether the track should be split by the thumb
309 * Returns whether the track should be split by the thumb.
410 final Drawable track = getCurrentDrawable();
431 if (track != null) {
433 track.setBounds(0, trackOffset, trackWidth, trackOffset + trackHeight);
461 // The extra space for the thumb to move on the track
FastScroller.java 87 // Positions for thumb in relation to track.
140 // Used to convert between y-coordinate and thumb position within track.
183 * <li>{@link #STATE_VISIBLE}, showing track and thumb
293 // Add track to overlay if it has an image.
764 * Lays out the track centered on the thumb. Must be called after
768 final View track = mTrackImage; local
776 track.measure(widthMeasureSpec, heightMeasureSpec);
789 final int trackWidth = track.getMeasuredWidth();
792 track.layout(left, top, right, bottom);
797 * thumb position within the track
    [all...]
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicTrack.java 20 * A class to model music track metadata.
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ListenerUtil.java 49 * @param listener The listener to keep track of. May be null if the listener is being removed.
  /frameworks/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h 41 /* This is for keeping track of which list item was used to load data last */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
boolhuff.h 39 /* Variables used to track bit costs without outputing to the bitstream */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_writer.h 30 // Variables used to track bit costs without outputing to the bitstream
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/include/
vpx_mem_intrnl.h 41 # error "vpx_mem requires memory tracker version 2.5 to track memory usage"
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h 90 // Keep track of number of allocated inport buffers
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
suffix 9 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
  /packages/apps/Camera2/src/com/android/camera/app/
MemoryManager.java 22 * Keeps track of memory used by the app and informs modules and services if
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
MediaRequest.java 21 * Keeps track of a media loading request. MediaResourceManager uses this interface to load, encode,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XF86keysym.h 56 #define XF86XK_AudioPrev 0x1008FF16 /* Previous track */
57 #define XF86XK_AudioNext 0x1008FF17 /* Next track */
100 #define XF86XK_AudioRewind 0x1008FF3E /* "rewind" audio track */
189 #define XF86XK_AudioForward 0x1008FF97 /* fast-forward audio track */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XF86keysym.h 56 #define XF86XK_AudioPrev 0x1008FF16 /* Previous track */
57 #define XF86XK_AudioNext 0x1008FF17 /* Next track */
100 #define XF86XK_AudioRewind 0x1008FF3E /* "rewind" audio track */
189 #define XF86XK_AudioForward 0x1008FF97 /* fast-forward audio track */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_common.h 14 /* Started a new connection to track (only

Completed in 506 milliseconds

<<31323334353637383940>>