OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stream_offset
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/video/
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/chromium_org/third_party/opus/src/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/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/flac/include/FLAC/
format.h
575
FLAC__uint64
stream_offset
;
member in struct:__anon5184
[
all
...]
/external/libvpx/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
...]
/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 152 milliseconds