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/ |
D | TestAudioActivity.java | 72 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 addInputStreamContext() { in addInputStreamContext() 242 StreamContext streamContext = new StreamContext(); in addInputStreamContext() [all …]
|
D | AnalyzerActivity.java | 138 StreamContext streamContext = getFirstInputStreamContext(); in resetConfiguration()
|
D | GlitchActivity.java | 248 StreamContext streamContext = getFirstInputStreamContext(); in onCreate()
|
/third_party/ffmpeg/libavformat/ |
D | nut.h | 75 typedef struct StreamContext { struct 85 } StreamContext; argument 100 StreamContext *stream; 134 int64_t ff_lsb2full(StreamContext *stream, int64_t lsb);
|
D | nutenc.c | 610 StreamContext *nus= &nut->stream[i]; in write_index() 782 static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, in get_needed_flags() 956 StreamContext *nus = &nut->stream[pkt->stream_index]; in nut_write_packet() 1047 StreamContext *nus = &nut->stream[i]; in nut_write_packet()
|
D | nutdec.c | 349 nut->stream = av_calloc(stream_count, sizeof(StreamContext)); in decode_main_header() 375 StreamContext *stc; in decode_stream_header() 1005 StreamContext *stc; in decode_frame_header() 1089 StreamContext *stc; in decode_frame()
|
D | nut.c | 266 int64_t ff_lsb2full(StreamContext *stream, int64_t lsb) in ff_lsb2full()
|
/third_party/ffmpeg/libavfilter/ |
D | signature.h | 102 typedef struct StreamContext { struct 125 } StreamContext; argument 142 StreamContext* streamcontexts;
|
D | vf_signature.c | 94 StreamContext *sc = &(sic->streamcontexts[FF_INLINK_IDX(inlink)]); in config_input() 112 static uint64_t get_block_sum(StreamContext *sc, uint64_t intpic[32][32], const Block *b) in get_block_sum() 154 StreamContext *sc = &(sic->streamcontexts[FF_INLINK_IDX(inlink)]); in filter_frame() 386 static int xml_export(AVFilterContext *ctx, StreamContext *sc, const char* filename) in xml_export() 492 static int binary_export(AVFilterContext *ctx, StreamContext *sc, const char* filename) in binary_export() 570 static int export(AVFilterContext *ctx, StreamContext *sc, int input) in export() 593 StreamContext *sc, *sc2; in request_frame() 649 StreamContext *sc; in init() 653 sic->streamcontexts = av_mallocz(sic->nb_inputs * sizeof(StreamContext)); in init() 703 StreamContext *sc; in uninit()
|
D | signature_lookup.c | 533 …kup_signatures(AVFilterContext *ctx, SignatureContext *sc, StreamContext *first, StreamContext *se… in lookup_signatures()
|
/third_party/ffmpeg/doc/examples/ |
D | transcoding.c | 50 typedef struct StreamContext { struct 55 } StreamContext; argument 56 static StreamContext *stream_ctx; 424 StreamContext *stream = &stream_ctx[stream_index]; in encode_write_frame() 538 StreamContext *stream = &stream_ctx[stream_index]; in main()
|