HomeSort by relevance Sort by last modified time
    Searched full:frames (Results 151 - 175 of 3653) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/media/base/android/
video_decoder_job.h 24 // |size| - The natural size of the output frames.
25 // |surface| - The surface to render the frames to.
  /external/chromium_org/media/base/
sinc_resampler.h 42 // Callback type for providing more data into the resampler. Expects |frames|
43 // of data to be rendered into |destination|; zero padded if not enough frames
45 typedef base::Callback<void(int frames, float* destination)> ReadCB;
50 // frames of the buffer requested by each |read_cb| call. The value must be
58 // Resample |frames| of data from |read_cb_| into |destination|.
59 void Resample(int frames, float* destination);
61 // The maximum size in frames that guarantees Resample() will only make a
115 // The number of source frames processed per pass.
video_frame_pool.h 19 // during the life of this object, then the memory used by frames with the old
38 // Returns the number of frames in the pool for testing purposes.
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
frame_counter.h 22 // frames have been counted, or at least one second of simulator time has
30 // the accumulator, and is updated every 100 frames (and at least once
  /external/libgsm/man/
gsm_option.3 104 A WAV file of type #49 contains GSM 06.10-encoded frames.
108 algorithm that produces alternating frames of 32 and 33 bytes
109 (or makes it consume alternating frames of 33 and 32 bytes, note
125 This option should be used before any frames are encoded.
140 Between the two frames of a WAV-style encoding, the GSM 06.10 library
155 alternating list of frames.
158 The WAV #49 framing uses two alternating types of frames.
173 option, it can be used to position on arbitrary GSM frames
  /external/replicaisland/src/com/replica/replicaisland/
AnimationFrame.java 20 * A single animation frame. Frames contain a texture, a hold time, and collision volumes to
23 * frames. Note that an animation frame may have a null texture and null collision volumes. Null
  /frameworks/av/include/media/nbaio/
SourceAudioBufferProvider.h 46 size_t mSize; // size of mAllocated in frames
50 uint32_t mFramesReleased; // counter of the total number of frames released
  /frameworks/av/media/libnbaio/
README.txt 7 transferred frames is less than the requested number of frames.
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.h 53 const List<sp<ABuffer> > &frames);
56 const List<sp<ABuffer> > &frames);
  /packages/apps/Camera/perftests/panorama/
README.txt 8 38 frames loaded
21 The first number in the parenthesis is the time to align the frames; the second
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ether.h 65 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */
84 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */
87 #define ETH_P_802_2 0x0004 /* 802.2 frames */
90 #define ETH_P_WAN_PPP 0x0007 /* Dummy type for WAN PPP frames*/
91 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */
94 #define ETH_P_TR_802_2 0x0011 /* 802.2 frames */
96 #define ETH_P_CONTROL 0x0016 /* Card specific control frames */
99 #define ETH_P_HDLC 0x0019 /* HDLC frames */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 18 * One byte controls are used in Unnumbered Information frames.
19 * Two byte controls are used in Numbered Information frames.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ether.h 65 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */
84 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */
87 #define ETH_P_802_2 0x0004 /* 802.2 frames */
90 #define ETH_P_WAN_PPP 0x0007 /* Dummy type for WAN PPP frames*/
91 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */
94 #define ETH_P_TR_802_2 0x0011 /* 802.2 frames */
96 #define ETH_P_CONTROL 0x0016 /* Card specific control frames */
99 #define ETH_P_HDLC 0x0019 /* HDLC frames */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 18 * One byte controls are used in Unnumbered Information frames.
19 * Two byte controls are used in Numbered Information frames.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ether.h 65 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */
84 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */
87 #define ETH_P_802_2 0x0004 /* 802.2 frames */
90 #define ETH_P_WAN_PPP 0x0007 /* Dummy type for WAN PPP frames*/
91 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */
94 #define ETH_P_TR_802_2 0x0011 /* 802.2 frames */
96 #define ETH_P_CONTROL 0x0016 /* Card specific control frames */
99 #define ETH_P_HDLC 0x0019 /* HDLC frames */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 18 * One byte controls are used in Unnumbered Information frames.
19 * Two byte controls are used in Numbered Information frames.
  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 72 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info); local
73 assertNotNull(frames);
75 Frame frame = frames[pos];
106 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info); local
107 assertNotNull(frames);
108 Frame frame = frames[pos];
126 Frame[] frames = analyzer.analyze(clazz, info); local
127 assertNotNull(frames);
128 Frame frame = frames[pos];
135 frame = frames[pos]
151 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2()); local
    [all...]
  /external/chromium_org/base/debug/
stack_trace_android.cc 17 StackCrawlState(uintptr_t* frames, size_t max_depth)
18 : frames(frames),
23 uintptr_t* frames; member in struct:__anon3432::StackCrawlState
39 state->frames[state->frame_count++] = ip;
  /external/chromium_org/third_party/lcov/example/
Makefile 19 # special option '--frames' for genhtml
23 FRAMES := --frames
25 FRAMES :=
52 --show-details --description-file descriptions $(FRAMES) \
  /external/srec/srec/include/
voicing.h 68 int voice_duration; /* threshold for consecutive speech frames */
69 int quiet_duration; /* threshold for consecutive silence frames */
71 long sil_count; /* no. of consecutive silence frames */
72 long fast_count; /* no. of consecutive speech frames */
73 long speech_count; /* no. of consecutive speech frames for barge-in */
  /external/webrtc/test/testsupport/metrics/
video_metrics.h 27 // The frames in this data structure are 0-indexed.
41 std::vector<FrameResult> frames; member in struct:webrtc::test::QualityMetricsResult
52 // This function only compares video frames up to the point when the shortest
72 // This function only compares video frames up to the point when the shortest
93 // This function only compares video frames up to the point when the shortest
  /frameworks/av/include/camera/
ICameraRecordingProxy.h 37 * and release recording frames. ICameraRecordingProxyListener is an interface
38 * that allows the recorder to receive video frames during recording.
55 * things like zoom. The media recorder receives the video frames from the
70 * (1) The recorder: receive frames from ICameraRecordingProxyListener.dataCallbackTimestamp()
71 * (2) The recorder: release frames by ICameraRecordingProxy.releaseRecordingFrame().
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
VertexFrame.java 58 throw new RuntimeException("Vertex frames do not support reading data!");
71 throw new RuntimeException("Vertex frames do not support reading data!");
84 throw new RuntimeException("Vertex frames do not support reading data!");
100 throw new RuntimeException("Vertex frames do not support reading data!");
110 throw new RuntimeException("Vertex frames do not support reading data!");
  /system/core/debuggerd/
backtrace.c 95 ssize_t frames = unwind_backtrace_ptrace(tid, context, backtrace, 0, STACK_DEPTH); local
96 if (frames <= 0) {
100 get_backtrace_symbols_ptrace(context, backtrace, frames, backtrace_symbols);
101 for (size_t i = 0; i < (size_t)frames; i++) {
107 free_backtrace_symbols(backtrace_symbols, frames);
  /external/chromium_org/media/audio/
audio_power_monitor_unittest.cc 36 this->bus_ = AudioBus::Create(other.bus_->channels(), other.bus_->frames());
45 result.bus_->channel(0)[result.bus_->frames() / 2] = bad_value;
62 // Creates an AudioBus, sized and populated with kFramesPerBuffer frames of
68 for (int frames = 0; frames < kFramesPerBuffer; frames += num_frames) {
69 const int num_to_copy = std::min(num_frames, kFramesPerBuffer - frames);
70 memcpy(bus_->channel(ch) + frames, data + num_frames * ch,
168 power_monitor_.Scan(bus, bus.frames());
191 AudioBus::Create(scenario.data().channels(), scenario.data().frames());
    [all...]

Completed in 2718 milliseconds

1 2 3 4 5 67 8 91011>>