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

  /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:__anon25288
    [all...]
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 190 int64_t stream_offset = latest_audio_ntp - latest_video_ntp; variable
192 ss << stream_offset; variable
193 webrtc::test::PrintResult("stream_offset",
  /external/flac/libFLAC/
metadata_object.c 182 object_array[i].stream_offset = 0;
747 if(block1->points[i].stream_offset != block2->points[i].stream_offset)
963 object->data.seek_table.points[i].stream_offset = 0;
    [all...]
format.c 303 seek_table->points[i].stream_offset = 0;
stream_encoder_framing.c 118 if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].stream_offset, FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN))
stream_decoder.c     [all...]
stream_encoder.c     [all...]
metadata_iterators.c     [all...]
  /external/chromium_org/third_party/libvpx/source/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...]
  /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 957 milliseconds