Searched defs:stream_info (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.cc21 vpx_codec_stream_info_t *stream_info) {
24 stream_info);
77 vpx_codec_stream_info_t stream_info; local
78 stream_info.sz = sizeof(stream_info);
83 &stream_info);
20 PeekStream(const uint8_t *cxdata, size_t size, vpx_codec_stream_info_t *stream_info) argument
/external/flac/include/FLAC/
H A Dformat.h605 * total_samples in the stream_info block.
844 FLAC__StreamMetadata_StreamInfo stream_info; member in union:__anon21489::__anon21490
/external/flac/libFLAC/
H A Dstream_decoder.c181 FLAC__StreamMetadata stream_info; member in struct:FLAC__StreamDecoderPrivate
721 if(memcmp(decoder->private_->stream_info.data.stream_info.md5sum, decoder->private_->computed_md5sum, 16))
899 return decoder->private_->has_stream_info? decoder->private_->stream_info.data.stream_info.total_samples : 0;
1455 if(0 == memcmp(decoder->private_->stream_info.data.stream_info.md5sum, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 16))
1458 decoder->private_->metadata_callback(decoder, &decoder->private_->stream_info, decoder->private_->client_data);
1610 decoder->private_->stream_info.type = FLAC__METADATA_TYPE_STREAMINFO;
1611 decoder->private_->stream_info
[all...]

Completed in 118 milliseconds