/external/srec/srec/Recognizer/include/ |
SR_RecognizerImpl.h | 50 size_t EOSD; /* num of frames of speech before EOSS (frames) */ 51 size_t EOSS; /* frame where end of speech signal occurred (frames) */ 52 size_t BOSS; /* frame where start of speech signal occurred (frames) */ 100 #define DEFAULT_WAVEFORM_WINDBACK_FRAMES 50 /* will convert frames to bytes, will not grow */ 213 * Total number of frames pushed by SR_RecognizerPutAudio(). 215 size_t frames; member in struct:SR_RecognizerImpl_t 217 * Number of processed frames. 221 * The number of frames up until the windback point (where -pau- starts). 253 * Max number of frames to process before BOS timeou [all...] |
/frameworks/av/include/media/ |
AudioBufferProvider.h | 52 // buffer->frameCount maximum number of desired frames 55 // buffer->raw non-NULL pointer to buffer->frameCount contiguous available frames 56 // buffer->frameCount number of contiguous available frames at buffer->raw,
|
AudioRecord.h | 60 size_t frameCount; // number of sample frames corresponding to size; 61 // on input it is the number of frames available, 62 // on output is the number of frames actually drained 89 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames. 90 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames. 134 * frameCount: Minimum size of track PCM buffer in frames. This defines the 143 * frames are ready in record track output buffer. 235 /* Sets marker position. When record reaches the number of frames specified, 255 /* Sets position update period. Every time the number of frames specified has been recorded, 265 * updatePeriod: position update notification period expressed in frames [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
AlignFeatures.h | 68 // Obtain the TRS matrix from the last two frames 81 int reference_frame_index; // Index of the reference frame from all captured frames 82 int num_frames_captured; // Total number of frames captured (different from frame_number)
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
AlignFeatures.h | 68 // Obtain the TRS matrix from the last two frames 81 int reference_frame_index; // Index of the reference frame from all captured frames 82 int num_frames_captured; // Total number of frames captured (different from frame_number)
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
AlignFeatures.h | 68 // Obtain the TRS matrix from the last two frames 81 int reference_frame_index; // Index of the reference frame from all captured frames 82 int num_frames_captured; // Total number of frames captured (different from frame_number)
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Analyzer.java | 74 * Frame[] frames = analyzer.analyze(clazz, method); 75 * frames[0].getLocal(0).getCtClass(); // returns clazz; 76 * frames[0].getLocal(1).getCtClass(); // returns java.lang.String 77 * frames[1].peek(); // returns Type.INTEGER 78 * frames[27].peek().getCtClass(); // returns java.lang.Number 89 private Frame[] frames; field in class:Analyzer 139 frames = new Frame[codeLength]; 140 frames[iter.lookAhead()] = firstFrame(method, maxLocals, maxStack); 146 return frames; 173 Frame frame = frames[pos].copy() [all...] |
/external/libnfc-nxp/src/ |
phLlcNfc_DataTypes.h | 128 /* PN544 continuously sends an incorrect I frames to the HOST, 230 /** This specifies that LLC is resending the I frames */ 281 * This enum is to set the frames. 310 * This enum is to set the frames. 331 * This enum values defines what are the frames sent to the PN544 355 /* LLC, internally (means stored non acknowledged frames) has sent 358 /* LLC, internally (means stored non acknowledged frames) has sent 361 /* LLC has received a I frame for the re-sent I frames, so an S 364 /* LLC has received a I frame for the re-sent I frames, so an S 376 /* For any of the above sent frames, the response shall be received * [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 203 YV12_BUFFER_CONFIG *f = cpi->frames[alt_ref_index]; 216 // Source frames are extended to 16 pixels. This is different than 217 // L/A/G reference frames that have a border of 32 (VP9BORDERINPIXELS) 246 if (cpi->frames[frame] == NULL) 263 cpi->frames[alt_ref_index]->y_buffer + mb_y_offset, 264 cpi->frames[frame]->y_buffer + mb_y_offset, 265 cpi->frames[frame]->y_stride, 279 cpi->frames[frame]->y_buffer + mb_y_offset, 280 cpi->frames[frame]->u_buffer + mb_uv_offset, 281 cpi->frames[frame]->v_buffer + mb_uv_offset [all...] |
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
GlTextureCoordTest.java | 36 Thread.sleep(3000); // give some time to render some frames
|
RenderCompletionListener.java | 24 * @param averageFps average of total frames
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/res/values/ |
base-strings.xml | 26 This activity uses a TextureView to render the frames of a video decoded using the
|
/development/samples/browseable/BasicMediaDecoder/res/values/ |
base-strings.xml | 26 This activity uses a TextureView to render the frames of a video decoded using the
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/ |
index.html | 14 This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
titlebar_throb_animation.h | 27 // Make sure the frames are loaded.
|
/external/chromium_org/content/common/gpu/testdata/ |
bear.README | 13 These differ between implementations because color space-converted frames are
|
/external/chromium_org/media/audio/cras/ |
cras_unified.h | 55 unsigned int frames, 67 uint32 DispatchCallback(size_t frames, 74 uint32 ReadWriteAudio(size_t frames, 81 uint32 WriteAudio(size_t frames, uint8* buffer, const timespec* sample_ts);
|
/external/chromium_org/media/cast/test/ |
video_utility.h | 12 // Compute and return PSNR between two frames.
|
/external/chromium_org/media/filters/ |
decrypting_audio_decoder.h | 28 // encrypted audio buffers and return decrypted and decompressed audio frames. 91 const Decryptor::AudioBuffers& frames); 105 // renderer always receives continuous frames without gaps and overlaps. 106 void EnqueueFrames(const Decryptor::AudioBuffers& frames);
|
/external/chromium_org/net/quic/ |
quic_session.cc | 36 virtual bool OnStreamFrames(const vector<QuicStreamFrame>& frames) OVERRIDE { 37 bool accepted = session_->OnStreamFrames(frames); 106 bool QuicSession::OnStreamFrames(const vector<QuicStreamFrame>& frames) { 107 for (size_t i = 0; i < frames.size(); ++i) { 109 if (IsClosedStream(frames[i].stream_id)) { 110 // If we get additional frames for a stream where we didn't process 114 if (ContainsKey(prematurely_closed_streams_, frames[i].stream_id)) { 122 ReliableQuicStream* stream = GetStream(frames[i].stream_id); 124 if (!stream->WillAcceptStreamFrame(frames[i])) return false; 130 for (size_t i = 0; i < frames.size(); ++i) [all...] |
/external/chromium_org/ppapi/api/private/ |
pp_video_frame_private.idl | 12 * Video sources and destinations use frames to transfer video to and from
|
/external/chromium_org/remoting/client/plugin/ |
pepper_audio_player.h | 30 // The count of sample frames per channel in an audio buffer.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
Default-port-frame.html | 8 var result = typeof frames[0].testData != 'undefined';
|
bugzilla-5768.html | 5 <title>No relayout when all frames are fixed</title>
|
focus-change-between-key-events.html | 13 frames['victim'].focus();
|