/external/chromium_org/media/filters/ |
audio_file_reader.cc | 32 // |duration| has been calculated from an exact number of sample-frames. 137 // Read until we hit EOF or we've read the requested number of frames. 142 while (current_frame < audio_bus->frames() && continue_decoding && 151 // Make a shallow copy of packet so we can slide packet.data as frames are 176 // Determine the number of sample-frames we just decoded. Check overflow. 206 if (current_frame + frames_read > audio_bus->frames()) 207 frames_read = audio_bus->frames() - current_frame; 237 // Zero any remaining frames. 239 current_frame, audio_bus->frames() - current_frame); 241 // Returns the actual number of sample-frames decoded [all...] |
wsola_internals.cc | 48 DCHECK_LE(frame_offset_a + num_frames, a->frames()); 49 DCHECK_LE(frame_offset_b + num_frames, b->frames()); 64 int num_blocks = input->frames() - (frames_per_block - 1); 109 int block_size = target_block->frames(); 110 int num_candidate_blocks = search_segment->frames() - (block_size - 1); 188 int block_size = target_block->frames(); 219 int target_size = target_block->frames(); 220 int num_candidate_blocks = search_block->frames() - (target_size - 1); 234 // Energy of all candid frames.
|
opus_audio_decoder.h | 77 // Number of frames to be discarded from the start of the packet. This value 84 // Number of frames to be discarded at the start of the stream. This value 90 // Timestamp to be subtracted from all the frames. This is typically computed
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPageSerializerImpl.h | 60 // Get html data by serializing all frames of current page with lists 62 // contain all saved auxiliary files included all sub frames and resources. 63 // This function will find out all frames and serialize them to HTML data. 76 // serialize all sub frames of the specified frame or not. 84 // contain all saved auxiliary files included all sub frames and resources. 106 // only the specified frame but also all sub-frames in the specific frame. 107 // Otherwise we only serialize the specified frame excluded all sub-frames. 109 // Flag indicates whether we have collected all frames which need to be 114 // Vector for saving all frames which need to be serialized. 144 // Collect all target frames which need to be serialized [all...] |
/external/tinyalsa/include/tinyalsa/ |
asoundlib.h | 101 /* Minimum number of frames available before pcm_mmap_write() will actually 167 /* Returns the buffer size (int frames) that should be used for pcm_write. */ 169 unsigned int pcm_frames_to_bytes(struct pcm *pcm, unsigned int frames); 175 /* Returns available frames in pcm buffer and corresponding time stamp. 178 * For an input stream, frames available are frames ready for the 180 * For an output stream, frames available are the number of empty frames available 199 unsigned int *frames); 200 int pcm_mmap_commit(struct pcm *pcm, unsigned int offset, unsigned int frames); [all...] |
/device/generic/goldfish/camera/ |
EmulatedCameraDevice.h | 24 * - Capturing frames 42 * - Capturing frames 81 * This method tells the camera device to start capturing frames of the given 83 * the delivery of the captured frames to the emulated camera. Call 84 * startDeliveringFrames method to start delivering frames. This method must 88 * width, height - Frame dimensions to use when capturing video frames. 89 * pix_fmt - Pixel format to use when capturing video frames. 96 * This method tells the camera device to stop capturing frames. Note that 97 * this method doesn't stop delivering frames to the emulated camera. Always 101 * called for an object that is not capturing frames, or is disconnected [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
camera.h | 25 // frames captured with specified intervals of time via delegate interface. 67 // Starts capturing video frames on camera thread. Frames can be retrieved 71 // Stops capturing video frames. Can be called anytime, any number of 144 // Delegate that receives the frames from the camera. 158 // Vector of buffers where to store video frames from camera. 180 // Image where camera frames are stored for UI thread to pick up.
|
/external/chromium_org/media/video/ |
video_encode_accelerator.h | 56 // Callback to tell the client what size of frames and buffers to provide 61 // The client should be prepared to feed at least this many frames into the 62 // encoder before being returned any input frames, since the encoder may 64 // |input_coded_size| is the logical size of the input frames (as reported 100 // reported by VideoFrame::format() for frames passed to Encode()). 102 // reported by VideoFrame::visible_rect().size() for frames passed to 131 // |framerate| is the requested new framerate, in frames per second.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineFrameController.js | 152 * @param {!Array.<!WebInspector.TimelineFrame>} frames 154 WebInspector.FrameStatistics = function(frames) 156 this.frameCount = frames.length; 160 this.startOffset = frames[0].startTimeOffset; 161 var lastFrame = frames[this.frameCount - 1]; 167 var duration = frames[i].duration; 172 WebInspector.TimelineModel.aggregateTimeByCategory(this.timeByCategory, frames[i].timeByCategory);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPageSerializer.h | 45 // Get html data by serializing all frames of current page with lists 55 // Serializes all the frames from the WebView, retrieves the page's 73 // This function will find out all frames and serialize them to HTML data. 82 // serialize all sub frames of the specified frame or not. 90 // contain all saved auxiliary files included all sub frames and resources. 99 // and sub-frames. Returns true if all resources were retrieved 104 WebVector<WebURL>* frames);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/ |
ECLIPSEF.SF | 9 Name: etc/mmetrics-frames.xsl 30 Name: etc/coverage-frames.xsl 81 Name: etc/jdepend-frames.xsl 135 Name: etc/checkstyle/checkstyle-frames.xsl 147 Name: etc/junit-frames.xsl 159 Name: etc/maudit-frames.xsl 162 Name: etc/junit-frames-xalan1.xsl
|
/external/libvpx/libvpx/test/ |
error_resilience_test.cc | 194 // Set an arbitrary set of error frames same as droppable frames 201 std::cout << " Mismatch frames: " 205 // reset previously set error/droppable frames 213 // Now set an arbitrary set of error frames that are non-droppable 219 // Test that dropping an arbitrary set of inter frames does not hurt too much 221 // decoded frame and encoder's version of the same frame for all frames
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_cdrom.h | 74 Uint32 length; /**< Length, in frames, of this track */ 75 Uint32 offset; /**< Offset, in frames, from start of disk */ 92 /** @name Frames / MSF Conversion Functions 93 * Conversion functions from frames to Minute/Second/Frames and vice versa 143 * tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play 167 * Play the given CD starting at 'start' frame for 'length' frames.
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_cdrom.h | 74 Uint32 length; /**< Length, in frames, of this track */ 75 Uint32 offset; /**< Offset, in frames, from start of disk */ 92 /** @name Frames / MSF Conversion Functions 93 * Conversion functions from frames to Minute/Second/Frames and vice versa 143 * tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play 167 * Play the given CD starting at 'start' frame for 'length' frames.
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_cdrom.h | 74 Uint32 length; /**< Length, in frames, of this track */ 75 Uint32 offset; /**< Offset, in frames, from start of disk */ 92 /** @name Frames / MSF Conversion Functions 93 * Conversion functions from frames to Minute/Second/Frames and vice versa 143 * tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play 167 * Play the given CD starting at 'start' frame for 'length' frames.
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_cdrom.h | 74 Uint32 length; /**< Length, in frames, of this track */ 75 Uint32 offset; /**< Offset, in frames, from start of disk */ 92 /** @name Frames / MSF Conversion Functions 93 * Conversion functions from frames to Minute/Second/Frames and vice versa 143 * tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play 167 * Play the given CD starting at 'start' frame for 'length' frames.
|
/external/chromium_org/content/browser/renderer_host/ |
software_frame_manager_unittest.cc | 83 // Create twice as many frames as are allowed. 115 // Mark the frames as nonvisible and make sure they start getting evicted. 132 // Create twice as many frames as are allowed. 169 // Create twice as many frames as are allowed. 185 // Create the maximum number of frames, all non-visible. They should not 186 // be evicted, because the previous frames were cleaned up at destruction. 206 // Create twice as many frames as are allowed and swap a visible frame to all 233 // Swap a few frames. The frames will be freed as they are swapped out.
|
/external/speex/libspeex/ |
nb_celp.h | 53 int frameSize; /**< Size of frames */ 54 int subframeSize; /**< Size of sub-frames */ 55 int nbSubframes; /**< Number of sub-frames */ 62 int bounded_pitch; /**< Next frame should not rely on previous frames for pitch */ 104 int dtx_count; /**< Number of consecutive DTX frames */ 127 int frameSize; /**< Size of frames */ 128 int subframeSize; /**< Size of sub-frames */ 129 int nbSubframes; /**< Number of sub-frames */ 154 spx_word16_t pitch_gain_buf[3]; /**< Pitch gain of last decoded frames */
|
/external/chromium/webkit/glue/ |
dom_operations.cc | 47 // Collection of all frames we go through when getting all savable resource 49 std::vector<WebFrame*>* frames; member in struct:__anon3080::SavableResourcesUniqueCheck 54 frames(NULL) {} 57 std::set<GURL>* frames_set, std::vector<WebFrame*>* frames) 60 frames(frames) {} 77 unique_check->frames->push_back(sub_frame); 205 std::vector<WebFrame*> frames; local 208 &frames); 219 frames.push_back(main_frame) [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
titlebar_throb_animation.cc | 18 // square GdkPixbufs that get stored in |frames|. 19 void MakeThrobberFrames(int resource_id, std::vector<GdkPixbuf*>* frames) { 32 frames->push_back(gfx::GdkPixbufFromSkBitmap(frame));
|
/external/chromium_org/net/spdy/ |
spdy_websocket_stream.h | 25 // SYN_STREAM/SYN_REPLY. WebSocket frames are encapsulated as SPDY data frames. 42 // SPDY's SYN_STREAM, SYN_REPLY, or HEADERS frames are
|
/external/chromium_org/ppapi/cpp/private/ |
video_source_private.h | 17 /// video source resource, which receives video frames from a MediaStream video 26 /// video source resources and using them to receive video frames from a 49 /// Opens a video source for getting frames.
|
/external/libgsm/ |
README | 15 GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling 17 with typical UNIX applications, our implementation turns frames of 160 18 16-bit linear samples into 33-byte frames (1650 Bytes/s).
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
StackMapAttribute.java | 48 * Creates a StackMapTableAttribute with the given stack map frames. 57 * Creates a StackMapTableAttribute with the given stack map frames. 78 * Applies the given stack map frame visitor to all stack map frames.
|
StackMapTableAttribute.java | 48 * Creates a StackMapTableAttribute with the given stack map frames. 57 * Creates a StackMapTableAttribute with the given stack map frames. 76 * Applies the given stack map frame visitor to all stack map frames.
|