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

  /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/libopus/src/
opus_multistream_encoder.c 715 int stream_offset; local
751 stream_offset = (bitrate - channel_offset*nb_normal - lfe_offset*nb_lfe)/nb_normal/2;
752 stream_offset = IMAX(0, IMIN(20000, stream_offset));
762 channel_rate = 256*(opus_int64)(bitrate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupled) - channel_offset*nb_normal)/total;
767 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8));
769 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate);
    [all...]
  /external/flac/include/FLAC/
format.h 578 FLAC__uint64 stream_offset; member in struct:__anon20584
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 5929 uint64_t stream_offset = 0; local
    [all...]

Completed in 222 milliseconds