/external/chromium_org/third_party/opus/src/src/ |
opus.c | 171 const unsigned char *frames[48], opus_int16 size[48], 198 /* Two CBR frames */ 211 /* Two VBR frames */ 221 /* Multiple CBR/VBR frames (from 0 to 120 ms) */ 225 /* Number of frames encoded in bits 0 to 5 */ 284 /* For CBR packets, apply the size to all the frames. */ 308 if (frames) 309 frames[i] = data; 323 unsigned char *out_toc, const unsigned char *frames[48], 327 frames, size, payload_offset, NULL) [all...] |
opus_private.h | 39 const unsigned char *frames[48]; member in struct:OpusRepacketizer 121 const unsigned char *frames[48], opus_int16 size[48],
|
/external/javassist/src/main/javassist/convert/ |
TransformAccessArrayField.java | 40 private Frame[] frames; field in class:TransformAccessArrayField 88 frames = null; 99 return frames[pos - offset]; // Adjust pos 103 if (frames == null) { 104 frames = ((new Analyzer())).analyze(clazz, minfo);
|
/external/libopus/src/ |
opus.c | 171 const unsigned char *frames[48], opus_int16 size[48], 198 /* Two CBR frames */ 211 /* Two VBR frames */ 221 /* Multiple CBR/VBR frames (from 0 to 120 ms) */ 225 /* Number of frames encoded in bits 0 to 5 */ 284 /* For CBR packets, apply the size to all the frames. */ 308 if (frames) 309 frames[i] = data; 323 unsigned char *out_toc, const unsigned char *frames[48], 327 frames, size, payload_offset, NULL) [all...] |
opus_private.h | 39 const unsigned char *frames[48]; member in struct:OpusRepacketizer 121 const unsigned char *frames[48], opus_int16 size[48],
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofWriter.java | 193 int frames = stackTrace.stackFrames.length; local 194 int[] stackFrameIds = new int[frames]; 195 for (int i = 0; i < frames; i++) { 200 4 + 4 + 4 + (frames * BinaryHprof.ID_SIZE)); 203 out.writeInt(frames);
|
/external/chromium_org/media/audio/pulse/ |
pulse_output.cc | 139 if (frames_filled < audio_bus_->frames()) { 141 frames_filled, audio_bus_->frames() - frames_filled); 148 audio_bus_->frames(), params_.bits_per_sample() / 8, buffer);
|
/external/chromium_org/media/filters/ |
audio_file_reader_unittest.cc | 37 ASSERT_LE(actual_frames, decoded_audio_data->frames()); 87 int frames, 95 EXPECT_EQ(frames, reader_->GetNumberOfFrames());
|
/external/chromium_org/net/quic/ |
quic_session.h | 62 const std::vector<QuicStreamFrame>& frames) OVERRIDE; 66 const std::vector<QuicWindowUpdateFrame>& frames) OVERRIDE; 68 const std::vector<QuicBlockedFrame>& frames) OVERRIDE;
|
quic_framer_test.cc | 497 const QuicFrames& frames) { 498 return BuildUnsizedDataPacket(&framer_, header, frames).packet; 2379 QuicFrames frames; local 2434 QuicFrames frames; local 2507 QuicFrames frames; local 2582 QuicFrames frames; local 3291 QuicFrames frames; local 3338 QuicFrames frames; local 3384 QuicFrames frames; local 3430 QuicFrames frames; local 3479 QuicFrames frames; local 3532 QuicFrames frames; local 3586 QuicFrames frames; local 3671 QuicFrames frames; local 3734 QuicFrames frames; local 3806 QuicFrames frames; local 3921 QuicFrames frames; local 4037 QuicFrames frames; local 4106 QuicFrames frames; local 4165 QuicFrames frames; local 4210 QuicFrames frames; local 4256 QuicFrames frames; local 4312 QuicFrames frames; local 4337 QuicFrames frames; local 4388 QuicFrames frames; local 4440 QuicFrames frames; local 4485 QuicFrames frames; local 4526 QuicFrames frames; local 4786 QuicFrames frames; local 4829 QuicFrames frames; local 4873 QuicFrames frames; local 4918 QuicFrames frames; local [all...] |
quic_packet_creator.h | 5 // Accumulates frames for the next packet until more frames no longer fit or 101 // Serializes all frames into a single packet. All frames must fit into a 105 SerializedPacket SerializeAllFrames(const QuicFrames& frames); 107 // Re-serializes frames with the original packet's sequence number length. 112 const QuicFrames& frames, 115 // Returns true if there are frames pending to be serialized. 118 // Returns true if there are retransmittable frames pending to be serialized. 132 // frames in the packet. Since stream frames are slightly smaller when the [all...] |
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
barcode_decoder.py | 26 """Converts a YUV video file into PNG frames. 35 output_directory(string): The output directory where the PNG frames will be 68 to decode the barcode in every PNG frame from the input directory. The frames 76 input_directory(string): The input directory from where the PNG frames are 124 (effectively the frame number) and barcode is the decoded barcode. The frames 204 """Calculates the number of frames in the input directory. 206 The function calculates the number of frames in the input directory. The 207 frames should be named frame_xxxx.png, where xxxx is the number of the frame. 213 (int): The number of frames. 242 help='Width of the YUV file\'s frames. Default: %default' [all...] |
/external/tinyalsa/include/tinyalsa/ |
asoundlib.h | 108 /* Minimum number of frames available before pcm_mmap_write() will actually 201 /* Returns the buffer size (int frames) that should be used for pcm_write. */ 203 unsigned int pcm_frames_to_bytes(struct pcm *pcm, unsigned int frames); 209 /* Returns available frames in pcm buffer and corresponding time stamp. 212 * For an input stream, frames available are frames ready for the 214 * For an output stream, frames available are the number of empty frames available 233 unsigned int *frames); 234 int pcm_mmap_commit(struct pcm *pcm, unsigned int offset, unsigned int frames); [all...] |
/frameworks/av/media/libstagefright/ |
XINGSeeker.cpp | 135 if (flags & 0x0001) { // Frames field is present 139 int32_t frames = U32_AT(buffer); local 144 if (frames) { 145 seeker->mDurationUs = (int64_t)frames * samples_per_frame * 1000000LL / sampling_rate;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
vp9_decoder.c | 223 // This is used to signal that we are missing frames. 338 const uint32_t frames = (marker & 0x7) + 1; local 340 const size_t index_sz = 2 + mag * frames; 363 // Frames has a maximum of 8 and mag has a maximum of 4. 365 assert(sizeof(clear_buffer) >= frames * mag); 367 decrypt_cb(decrypt_state, x, clear_buffer, frames * mag); 371 for (i = 0; i < frames; ++i) { 378 *count = frames;
|
/external/chromium_org/ui/aura/bench/ |
bench_main.cc | 131 int frames() const { return frames_; } function in class:__anon21192::BenchCompositorObserver 235 gl->ClearColor((frames() % kFrames)*1.0/kFrames, 1.f, 0.f, 1.f); 278 SkColorSetARGBInline(255*(frames() % kFrames)/kFrames, 255, 0, 255)); 349 int frames = atoi(command_line->GetSwitchValueASCII("frames").c_str()); local 355 frames)); 360 frames));
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
VSyncMonitorTest.java | 31 VSyncDataCollector(int frames) { 32 mFramePeriods = new long[frames - 1]; 109 + reportedFramePeriod + " for requested frames");
|
/external/chromium_org/media/audio/android/ |
audio_record_input.cc | 56 audio_bus_->frames() * audio_bus_->channels() * bytes_per_sample_); 60 direct_buffer_address_, audio_bus_->frames(), bytes_per_sample_);
|
/external/chromium_org/media/cast/sender/ |
audio_sender.cc | 88 RtpDeltaToTimeDelta(audio_bus->frames(), rtp_timebase()); 92 samples_in_encoder_ += audio_bus->frames();
|
congestion_control_unittest.cc | 36 void Run(uint32 frames, 41 for (frame_id_ = 0; frame_id_ < frames; frame_id_++) {
|
/external/chromium_org/ui/views/controls/ |
throbber.cc | 57 void Throbber::SetFrames(const gfx::ImageSkia* frames) { 58 frames_ = frames;
|
/frameworks/av/media/libstagefright/webm/ |
WebmFrameThread.h | 90 List<const sp<WebmFrame> >& frames, 94 void flushFrames(List<const sp<WebmFrame> >& frames, bool last);
|
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_api.c | 691 frames[0]=(unsigned char *)0; \ 692 frames[1]=(unsigned char *)0; \ 695 VG_UNDEF(frames,sizeof(frames));\ 699 frames[0]=(unsigned char *)0; \ 700 frames[1]=(unsigned char *)0; \ 715 const unsigned char *frames[48]; local 722 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed(); 729 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset); 733 if(frames[0]!=packet+1)test_failed() [all...] |
/external/libopus/tests/ |
test_opus_api.c | 691 frames[0]=(unsigned char *)0; \ 692 frames[1]=(unsigned char *)0; \ 695 VG_UNDEF(frames,sizeof(frames));\ 699 frames[0]=(unsigned char *)0; \ 700 frames[1]=(unsigned char *)0; \ 715 const unsigned char *frames[48]; local 722 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed(); 729 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset); 733 if(frames[0]!=packet+1)test_failed() [all...] |
/external/chromium_org/net/quic/test_tools/ |
quic_test_utils.cc | 65 const QuicFrames& frames) { 68 for (size_t i = 0; i < frames.size(); ++i) { 71 bool last_frame = i == frames.size() - 1; 73 frames[i], max_plaintext_size - packet_size, first_frame, last_frame, 79 return framer->BuildDataPacket(header, frames, packet_size); 478 QuicFrames frames; local 479 frames.push_back(frame); 482 BuildUnsizedDataPacket(&framer, header, frames).packet); 557 QuicFrames frames; local 558 frames.push_back(frame) [all...] |