Home
last modified time | relevance | path

Searched defs:stream_state (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/
Dvpxenc.c870 struct stream_state { struct
872 struct stream_state *next; argument
873 struct stream_config config;
874 FILE *file;
875 struct rate_hist *rate_hist;
876 struct WebmOutputContext webm_ctx;
877 uint64_t psnr_sse_total;
878 uint64_t psnr_samples_total;
879 double psnr_totals[4];
880 int psnr_count;
[all …]
/external/libaom/libaom/apps/
Daomenc.c1043 struct stream_state { struct
1045 struct stream_state *next; argument
1046 struct stream_config config;
1047 FILE *file;
1048 struct rate_hist *rate_hist;
1049 struct WebmOutputContext webm_ctx;
1050 uint64_t psnr_sse_total;
1051 uint64_t psnr_samples_total;
1052 double psnr_totals[4];
1053 int psnr_count;
[all …]
/external/flac/libFLAC/include/private/
Dogg_encoder_aspect.h47 ogg_stream_state stream_state; member
Dogg_decoder_aspect.h47 ogg_stream_state stream_state; member
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc808 struct op_state* stream_state = &s->state; in op_can_be_run() local
996 struct op_state* stream_state = &s->state; in execute_stream_op() local