Home
last modified time | relevance | path

Searched refs:StreamContext (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DTestAudioActivity.java72 protected ArrayList<StreamContext> mStreamContexts;
83 public static class StreamContext { class in TestAudioActivity
105 for (StreamContext streamContext : mStreamContexts) {
162 for (StreamContext streamContext : mStreamContexts) { in hideSettingsViews()
204 for (StreamContext streamContext : mStreamContexts) { in setConfigViewsEnabled()
217 public StreamContext addOutputStreamContext() { in addOutputStreamContext()
218 StreamContext streamContext = new StreamContext(); in addOutputStreamContext()
237 StreamContext streamContext = addOutputStreamContext(); in addAudioOutputTester()
241 public StreamContext addInputStreamContex
[all...]
H A DAnalyzerActivity.java138 StreamContext streamContext = getFirstInputStreamContext(); in resetConfiguration()
H A DGlitchActivity.java248 StreamContext streamContext = getFirstInputStreamContext(); in onCreate()
/third_party/ffmpeg/libavformat/
H A Dnut.h75 typedef struct StreamContext { struct
85 } StreamContext; typedef
100 StreamContext *stream;
134 int64_t ff_lsb2full(StreamContext *stream, int64_t lsb);
H A Dnut.c266 int64_t ff_lsb2full(StreamContext *stream, int64_t lsb) in ff_lsb2full()
H A Dnutenc.c632 StreamContext *nus= &nut->stream[i]; in write_index()
804 static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, in get_needed_flags()
980 StreamContext *nus = &nut->stream[pkt->stream_index]; in nut_write_packet()
1072 StreamContext *nus = &nut->stream[i]; in nut_write_packet()
H A Dnutdec.c357 nut->stream = av_calloc(stream_count, sizeof(StreamContext)); in decode_main_header()
383 StreamContext *stc; in decode_stream_header()
1010 StreamContext *stc; in decode_frame_header()
1094 StreamContext *stc; in decode_frame()
/third_party/ffmpeg/libavfilter/
H A Dsignature.h102 typedef struct StreamContext { struct
125 } StreamContext; typedef
142 StreamContext* streamcontexts;
H A Dvf_signature.c89 StreamContext *sc = &(sic->streamcontexts[FF_INLINK_IDX(inlink)]); in config_input()
107 static uint64_t get_block_sum(StreamContext *sc, uint64_t intpic[32][32], const Block *b) in get_block_sum()
149 StreamContext *sc = &(sic->streamcontexts[FF_INLINK_IDX(inlink)]); in filter_frame()
381 static int xml_export(AVFilterContext *ctx, StreamContext *sc, const char* filename) in xml_export()
490 static int binary_export(AVFilterContext *ctx, StreamContext *sc, const char* filename) in binary_export()
568 static int export(AVFilterContext *ctx, StreamContext *sc, int input) in export()
591 StreamContext *sc, *sc2; in request_frame()
647 StreamContext *sc; in init()
651 sic->streamcontexts = av_mallocz(sic->nb_inputs * sizeof(StreamContext)); in init()
699 StreamContext *s in uninit()
[all...]
H A Dsignature_lookup.c533 static MatchingInfo lookup_signatures(AVFilterContext *ctx, SignatureContext *sc, StreamContext *first, StreamContext *second, int mode) in lookup_signatures()
/third_party/ffmpeg/doc/examples/
H A Dtranscoding.c51 typedef struct StreamContext { struct
56 } StreamContext; typedef
57 static StreamContext *stream_ctx;
427 StreamContext *stream = &stream_ctx[stream_index]; in encode_write_frame()
541 StreamContext *stream = &stream_ctx[stream_index]; in main()

Completed in 11 milliseconds