/third_party/ffmpeg/libavformat/ |
H A D | omadec.c | 95 OMAContext *oc = s->priv_data; in oma_read_close() local 96 av_freep(&oc->av_des); in oma_read_close() 114 OMAContext *oc = s->priv_data; in kset() local 123 if (r_val != oc->r_val) { in kset() 124 memset(oc->r_val, 0, 24); in kset() 125 memcpy(oc->r_val, r_val, len); in kset() 127 memcpy(&oc->r_val[16], r_val, 8); in kset() 130 if (n_val != oc->n_val) { in kset() 131 memset(oc->n_val, 0, 24); in kset() 132 memcpy(oc in kset() 145 OMAContext *oc = s->priv_data; rprobe() local 181 OMAContext *oc = s->priv_data; nprobe() local 229 OMAContext *oc = s->priv_data; decrypt_init() local 325 OMAContext *oc = s->priv_data; read_packet() local 413 OMAContext *oc = s->priv_data; oma_read_header() local 553 OMAContext *oc = s->priv_data; oma_read_packet() local 581 OMAContext *oc = s->priv_data; oma_read_seek() local [all...] |
H A D | webm_chunk.c | 55 AVFormatContext *oc; in webm_chunk_init() local 78 oc = wc->avf; in webm_chunk_init() 80 ff_format_set_url(oc, wc->header_filename); in webm_chunk_init() 83 oc->interrupt_callback = s->interrupt_callback; in webm_chunk_init() 84 oc->max_delay = s->max_delay; in webm_chunk_init() 85 oc->flags = s->flags & ~AVFMT_FLAG_FLUSH_PACKETS; in webm_chunk_init() 86 oc->strict_std_compliance = s->strict_std_compliance; in webm_chunk_init() 87 oc->avoid_negative_ts = s->avoid_negative_ts; in webm_chunk_init() 89 oc->flush_packets = 0; in webm_chunk_init() 91 if ((ret = av_dict_copy(&oc in webm_chunk_init() 153 AVFormatContext *oc = wc->avf; webm_chunk_write_header() local 167 AVFormatContext *oc = wc->avf; chunk_start() local 180 AVFormatContext *oc = wc->avf; chunk_end() local 216 AVFormatContext *oc = wc->avf; webm_chunk_write_packet() local 248 AVFormatContext *oc = wc->avf; webm_chunk_write_trailer() local [all...] |
H A D | segment.c | 148 AVFormatContext *oc; in segment_mux_init() local 155 oc = seg->avf; in segment_mux_init() 157 oc->interrupt_callback = s->interrupt_callback; in segment_mux_init() 158 oc->max_delay = s->max_delay; in segment_mux_init() 159 av_dict_copy(&oc->metadata, s->metadata, 0); in segment_mux_init() 160 oc->opaque = s->opaque; in segment_mux_init() 161 oc->io_close = s->io_close; in segment_mux_init() 162 oc->io_close2 = s->io_close2; in segment_mux_init() 163 oc->io_open = s->io_open; in segment_mux_init() 164 oc in segment_mux_init() 191 AVFormatContext *oc = seg->avf; set_segment_filename() local 235 AVFormatContext *oc = seg->avf; segment_start() local 350 AVFormatContext *oc = seg->avf; segment_end() local 675 AVFormatContext *oc = seg->avf; seg_init() local 814 AVFormatContext *oc = seg->avf; seg_write_header() local 970 AVFormatContext *oc = seg->avf; seg_write_trailer() local 993 AVFormatContext *oc = seg->avf; seg_check_bitstream() local [all...] |
H A D | hlsenc.c | 847 AVFormatContext *oc; in hls_mux_init() local 856 oc = vs->avf; in hls_mux_init() 858 oc->url = av_strdup(""); in hls_mux_init() 859 if (!oc->url) in hls_mux_init() 862 oc->interrupt_callback = s->interrupt_callback; in hls_mux_init() 863 oc->max_delay = s->max_delay; in hls_mux_init() 864 oc->opaque = s->opaque; in hls_mux_init() 865 oc->io_open = s->io_open; in hls_mux_init() 866 oc->io_close = s->io_close; in hls_mux_init() 867 oc in hls_mux_init() 1059 sls_flag_use_localtime_filename(AVFormatContext *oc, HLSContext *c, VariantStream *vs) sls_flag_use_localtime_filename() argument 1316 hls_rename_temp_file(AVFormatContext *s, AVFormatContext *oc) hls_rename_temp_file() argument 1679 AVFormatContext *oc = vs->avf; hls_start() local 2379 AVFormatContext *oc = vs->avf; append_single_file() local 2406 AVFormatContext *oc = NULL; hls_write_packet() local 2717 AVFormatContext *oc = NULL; hls_write_trailer() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | resampler.c | 966 unsigned oc; in setup_oc_mono_map() local 977 for (oc = 0; oc < n_oc; oc++) in setup_oc_mono_map() 978 oc_mono_map[oc] = on_lfe(r->o_cm.map[oc]) ? 0.0f : 1.0f; in setup_oc_mono_map() 982 for (oc = 0; oc < n_oc; oc++) in setup_oc_mono_map() 983 oc_mono_map[oc] in setup_oc_mono_map() 1021 unsigned oc, ic; setup_remap() local [all...] |
H A D | remap.c | 262 unsigned oc, ic, i; in remap_channels_matrix_s16ne_c() local 270 for (oc = 0; oc < n_oc; oc++) { in remap_channels_matrix_s16ne_c() 273 int16_t *d = dst + oc; in remap_channels_matrix_s16ne_c() 275 int32_t vol = m->map_table_i[oc][ic]; in remap_channels_matrix_s16ne_c() 292 unsigned oc, ic, i; in remap_channels_matrix_s32ne_c() local 300 for (oc = 0; oc < n_oc; oc in remap_channels_matrix_s32ne_c() 322 unsigned oc, ic, i; remap_channels_matrix_float32ne_c() local 354 unsigned ic, oc; pa_setup_remap_arrange() local [all...] |
/third_party/ffmpeg/libavformat/tests/ |
H A D | fifo_muxer.c | 54 static int initialize_fifo_tst_muxer_chain(AVFormatContext **oc, AVPacket **pkt) in initialize_fifo_tst_muxer_chain() argument 59 ret = avformat_alloc_output_context2(oc, NULL, "fifo", "-"); in initialize_fifo_tst_muxer_chain() 66 s = avformat_new_stream(*oc, NULL); in initialize_fifo_tst_muxer_chain() 80 static int fifo_basic_test(AVFormatContext *oc, AVDictionary **opts, in fifo_basic_test() argument 85 ret = avformat_write_header(oc, opts); in fifo_basic_test() 99 ret = av_write_frame(oc, pkt); in fifo_basic_test() 108 ret = av_write_frame(oc, NULL); in fifo_basic_test() 115 ret = av_write_trailer(oc); in fifo_basic_test() 124 av_write_trailer(oc); in fifo_basic_test() 129 static int fifo_overflow_drop_test(AVFormatContext *oc, AVDictionar argument 200 AVFormatContext *oc = NULL; run_test() local [all...] |
/third_party/ffmpeg/doc/examples/ |
H A D | muxing.c | 126 static void add_stream(OutputStream *ost, AVFormatContext *oc, in add_stream() argument 147 ost->st = avformat_new_stream(oc, NULL); in add_stream() 152 ost->st->id = oc->nb_streams-1; in add_stream() 210 if (oc->oformat->flags & AVFMT_GLOBALHEADER) in add_stream() 245 static void open_audio(AVFormatContext *oc, const AVCodec *codec, in open_audio() argument 340 static int write_audio_frame(AVFormatContext *oc, OutputStream *ost) in write_audio_frame() argument 380 return write_frame(oc, c, ost->st, frame, ost->tmp_pkt); in write_audio_frame() 409 static void open_video(AVFormatContext *oc, const AVCodec *codec, in open_video() argument 521 static int write_video_frame(AVFormatContext *oc, OutputStream *ost) in write_video_frame() argument 523 return write_frame(oc, os in write_video_frame() 526 close_stream(AVFormatContext *oc, OutputStream *ost) close_stream() argument 544 AVFormatContext *oc; main() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | lzw.c | 61 int fc, oc; member 151 s->oc = s->fc = -1; in ff_lzw_decode_init() 170 int l, c, code, oc, fc; in ff_lzw_decode() local 179 oc = s->oc; in ff_lzw_decode() 196 fc= oc= -1; in ff_lzw_decode() 201 code = oc; in ff_lzw_decode() 209 if (s->slot < s->top_slot && oc>=0) { in ff_lzw_decode() 211 s->prefix[s->slot++] = oc; in ff_lzw_decode() 214 oc in ff_lzw_decode() [all...] |
H A D | aacdec_template.c | 142 if (*channels >= MAX_CHANNELS - (type == TYPE_CPE || (type == TYPE_SCE && ac->oc[1].m4ac.ps == 1))) { in che_configure() 148 (type == TYPE_SCE && ac->oc[1].m4ac.ps == 1)) { in che_configure() 506 if (ac->oc[1].status == OC_LOCKED || ac->oc[0].status == OC_NONE) { in push_output_configuration() 507 ac->oc[0] = ac->oc[1]; in push_output_configuration() 510 ac->oc[1].status = OC_NONE; in push_output_configuration() 519 if (ac->oc[1].status != OC_LOCKED && ac->oc[0].status != OC_NONE) { in pop_output_configuration() 520 ac->oc[ in pop_output_configuration() [all...] |
H A D | aacdec.c | 223 if (ac->oc[1].m4ac.object_type == AOT_AAC_LTP) { in apply_dependent_coupling() 257 const int len = 1024 << (ac->oc[1].m4ac.sbr == 1); in apply_independent_coupling() 320 ac->oc[1].m4ac.sample_rate != m4ac.sample_rate || in latm_decode_audio_specific_config() 321 ac->oc[1].m4ac.chan_config != m4ac.chan_config) { in latm_decode_audio_specific_config() 512 &latmctx->aac_ctx, avctx, &latmctx->aac_ctx.oc[1].m4ac, in latm_decode_frame() 528 switch (latmctx->aac_ctx.oc[1].m4ac.object_type) { in latm_decode_frame()
|
H A D | aacsbr_template.c | 951 if (!ac->oc[1].m4ac.ps) { 1122 sbr->sample_rate = 2 * ac->oc[1].m4ac.sample_rate; //TODO use the nominal sample rate for arbitrary sample rate support 1123 if (!ac->oc[1].m4ac.ext_sample_rate) 1124 ac->oc[1].m4ac.ext_sample_rate = 2 * ac->oc[1].m4ac.sample_rate; 1478 int downsampled = ac->oc[1].m4ac.ext_sample_rate < sbr->sample_rate; 1546 if (ac->oc[1].m4ac.ps == 1) {
|
H A D | aacdec_fixed.c | 365 if (ac->oc[1].m4ac.object_type == AOT_AAC_LTP) { in apply_dependent_coupling_fixed() 428 const int len = 1024 << (ac->oc[1].m4ac.sbr == 1); in apply_independent_coupling_fixed()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 713 static int copy_metadata(char *outspec, char *inspec, AVFormatContext *oc, AVFormatContext *ic, OptionsContext *o) in copy_metadata() argument 772 SET_DICT(type_out, meta_out, oc, idx_out); in copy_metadata() 790 for (i = 0; i < oc->nb_streams; i++) { in copy_metadata() 791 if ((ret = check_stream_specifier(oc, oc->streams[i], ostream_spec)) > 0) { in copy_metadata() 792 meta_out = &oc->streams[i]->metadata; in copy_metadata() 1524 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType type, int source_index) in new_output_stream() argument 1527 AVStream *st = avformat_new_stream(oc, NULL); in new_output_stream() 1528 int idx = oc->nb_streams - 1, ret = 0; in new_output_stream() 1539 if (oc in new_output_stream() 1765 get_ost_filters(OptionsContext *o, AVFormatContext *oc, OutputStream *ost) get_ost_filters() argument 1785 check_streamcopy_filters(OptionsContext *o, AVFormatContext *oc, const OutputStream *ost, enum AVMediaType type) check_streamcopy_filters() argument 1799 new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index) new_video_stream() argument 2037 new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index) new_audio_stream() argument 2137 new_data_stream(OptionsContext *o, AVFormatContext *oc, int source_index) new_data_stream() argument 2150 new_unknown_stream(OptionsContext *o, AVFormatContext *oc, int source_index) new_unknown_stream() argument 2163 new_attachment_stream(OptionsContext *o, AVFormatContext *oc, int source_index) new_attachment_stream() argument 2171 new_subtitle_stream(OptionsContext *o, AVFormatContext *oc, int source_index) new_subtitle_stream() argument 2328 init_output_filter(OutputFilter *ofilter, OptionsContext *o, AVFormatContext *oc) init_output_filter() argument 2420 AVFormatContext *oc; open_output_file() local [all...] |
/third_party/backends/backend/pixma/scripts/ |
H A D | pixma_gen_options.py | 132 oc = o['constraint'] 133 if oc.startswith('@range'): 135 elif oc.startswith('@word_list'): 137 elif oc.startswith('@string_list'):
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 129 void push(OperandClass oc, const std::string& d, bool opt = false) in push() argument 131 opClass.push_back(oc); in push() 230 bool IsValid(OperandClass oc, const std::string& context) const;
|
H A D | jsonToSpirv.cpp | 145 bool EnumValue::IsValid(OperandClass oc, const std::string& context) const in IsValid() argument 176 if (oc == OperandOpcode) { in IsValid() 201 if (oc == OperandCapability) { in IsValid()
|
/third_party/glslang/SPIRV/ |
H A D | doc.h | 173 void push(OperandClass oc, const char* d, bool opt = false) in push() argument 175 opClass.push_back(oc); in push()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 122 void push(OperandClass oc, const std::string& d, bool opt = false) in push() argument 124 opClass.push_back(oc); in push()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 122 void push(OperandClass oc, const std::string& d, bool opt = false) in push() argument 124 opClass.push_back(oc); in push()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrQuadUtils.cpp | 760 V4f oc = fC + signedEdgeDistances; in computeDegenerateQuad() local 766 V4f px = (fB * next_cw(oc) - oc * next_cw(fB)) / denom; in computeDegenerateQuad() 767 V4f py = (oc * next_cw(fA) - fA * next_cw(oc)) / denom; in computeDegenerateQuad() 775 skvx::shuffle<3, 3, 0, 0>(oc); in computeDegenerateQuad() 778 skvx::shuffle<1, 2, 1, 2>(oc); in computeDegenerateQuad() 838 V2f ex = (skvx::shuffle<0, 1>(fB) * skvx::shuffle<3, 2>(oc) - in computeDegenerateQuad() 839 skvx::shuffle<0, 1>(oc) * skvx::shuffle<3, 2>(fB)) / eDenom; in computeDegenerateQuad() 840 V2f ey = (skvx::shuffle<0, 1>(oc) * skv in computeDegenerateQuad() [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 406 Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | edits.h | 406 Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | edits.h | 406 Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Edits.java | 290 private Iterator(char[] a, int len, boolean oc, boolean crs) { in Iterator() argument 293 onlyChanges_ = oc; in Iterator()
|