HomeSort by relevance Sort by last modified time
    Searched defs:stream_offset (Results 1 - 4 of 4) sorted by null

  /external/libopus/src/
opus_multistream_encoder.c 604 int stream_offset; local
613 stream_offset = 20000;
615 stream_offset = st->bitrate_bps/st->layout.nb_channels/2;
616 stream_offset += 60*(Fs/frame_size-50);
644 channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/total;
658 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8);
660 rate[i] = stream_offset+channel_rate;
    [all...]
  /external/webrtc/webrtc/call/
call_perf_tests.cc 152 int64_t stream_offset = latest_audio_ntp - latest_video_ntp; variable
154 ss << stream_offset; variable
155 webrtc::test::PrintResult("stream_offset",
  /external/flac/include/FLAC/
format.h 578 FLAC__uint64 stream_offset; member in struct:__anon11196
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 282 int64_t stream_offset; member in struct:saved_state
836 s->stream_offset = ne_io_tell(ctx->io);
837 if (s->stream_offset < 0)
851 r = ne_io_seek(ctx->io, s->stream_offset, NESTEGG_SEEK_SET);
    [all...]

Completed in 428 milliseconds