Home
last modified time | relevance | path

Searched defs:oc (Results 1 – 25 of 30) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Dwebm_chunk.c54 AVFormatContext *oc; in webm_chunk_init() local
158 AVFormatContext *oc = wc->avf; in webm_chunk_write_header() local
172 AVFormatContext *oc = wc->avf; in chunk_start() local
185 AVFormatContext *oc = wc->avf; in chunk_end() local
221 AVFormatContext *oc = wc->avf; in webm_chunk_write_packet() local
253 AVFormatContext *oc = wc->avf; in webm_chunk_write_trailer() local
Domadec.c98 OMAContext *oc = s->priv_data; in oma_read_close() local
118 OMAContext *oc = s->priv_data; in kset() local
149 OMAContext *oc = s->priv_data; in rprobe() local
185 OMAContext *oc = s->priv_data; in nprobe() local
233 OMAContext *oc = s->priv_data; in decrypt_init() local
329 OMAContext *oc = s->priv_data; in read_packet() local
417 OMAContext *oc = s->priv_data; in oma_read_header() local
570 OMAContext *oc = s->priv_data; in oma_read_packet() local
598 OMAContext *oc = s->priv_data; in oma_read_seek() local
Dsegment.c147 AVFormatContext *oc; in segment_mux_init() local
198 AVFormatContext *oc = seg->avf; in set_segment_filename() local
242 AVFormatContext *oc = seg->avf; in segment_start() local
357 AVFormatContext *oc = seg->avf; in segment_end() local
682 AVFormatContext *oc = seg->avf; in seg_init() local
821 AVFormatContext *oc = seg->avf; in seg_write_header() local
975 AVFormatContext *oc = seg->avf; in seg_write_trailer() local
997 AVFormatContext *oc = seg->avf; in seg_check_bitstream() local
Dhlsenc.c851 AVFormatContext *oc; in hls_mux_init() local
1061 static int sls_flag_use_localtime_filename(AVFormatContext *oc, HLSContext *c, VariantStream *vs)
1324 static int hls_rename_temp_file(AVFormatContext *s, AVFormatContext *oc)
1683 AVFormatContext *oc = vs->avf; local
2393 AVFormatContext *oc = vs->avf; local
2421 AVFormatContext *oc = NULL; local
2725 AVFormatContext *oc = NULL; local
/third_party/ffmpeg/doc/examples/
Dmuxing.c123 static void add_stream(OutputStream *ost, AVFormatContext *oc, in add_stream()
245 static void open_audio(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_ar… in open_audio()
339 static int write_audio_frame(AVFormatContext *oc, OutputStream *ost) in write_audio_frame()
408 static void open_video(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_ar… in open_video()
519 static int write_video_frame(AVFormatContext *oc, OutputStream *ost) in write_video_frame()
524 static void close_stream(AVFormatContext *oc, OutputStream *ost) in close_stream()
541 AVFormatContext *oc; in main() local
/third_party/ffmpeg/libavformat/tests/
Dfifo_muxer.c55 static int initialize_fifo_tst_muxer_chain(AVFormatContext **oc, AVPacket **pkt) in initialize_fifo_tst_muxer_chain()
81 static int fifo_basic_test(AVFormatContext *oc, AVDictionary **opts, in fifo_basic_test()
130 static int fifo_overflow_drop_test(AVFormatContext *oc, AVDictionary **opts, in fifo_overflow_drop_test()
201 AVFormatContext *oc = NULL; in run_test() local
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment2.ts1 // @noEmit: true
2 // @allowJs: true
3 // @checkJs: true
4 // @Filename: a.js
5 function Outer() {
6 this.y = 2
7 }
8 Outer.Inner = class I {
9 constructor() {
10 this.x = 1
[all …]
/third_party/typescript/tests/cases/compiler/
DclassExpressionNames.ts10 var oc = new o.C() variable
/third_party/ffmpeg/libavcodec/
Dlzw.c61 int fc, oc; member
170 int l, c, code, oc, fc; in ff_lzw_decode() local
Daac.h357 OutputConfiguration oc[2]; member
/third_party/pulseaudio/src/pulsecore/
Dremap.c262 unsigned oc, ic, i; in remap_channels_matrix_s16ne_c() local
292 unsigned oc, ic, i; in remap_channels_matrix_s32ne_c() local
322 unsigned oc, ic, i; in remap_channels_matrix_float32ne_c() local
354 unsigned ic, oc; in pa_setup_remap_arrange() local
Dresampler.c811 unsigned oc; in setup_oc_mono_map() local
866 unsigned oc, ic; in setup_remap() local
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c635 static int copy_metadata(char *outspec, char *inspec, AVFormatContext *oc, AVFormatContext *ic, Opt… in copy_metadata()
1424 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType typ… in new_output_stream()
1656 static char *get_ost_filters(OptionsContext *o, AVFormatContext *oc, in get_ost_filters()
1676 static void check_streamcopy_filters(OptionsContext *o, AVFormatContext *oc, in check_streamcopy_filters()
1690 static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_video_stream()
1901 static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_audio_stream()
1974 static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_data_stream()
1987 static OutputStream *new_unknown_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_unknown_stream()
2000 static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_attachment_stream()
2008 static OutputStream *new_subtitle_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_subtitle_stream()
[all …]
Dffmpeg.c1706 AVFormatContext *oc; in print_report() local
3328 AVFormatContext *oc; in init_encoder_time_base() local
3353 AVFormatContext *oc = output_files[ost->file_index]->ctx; in init_output_stream_encode() local
3732 AVFormatContext *oc; in transcode_init() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java281 private Iterator(char[] a, int len, boolean oc, boolean crs) { in Iterator()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java290 private Iterator(char[] a, int len, boolean oc, boolean crs) { in Iterator()
/third_party/icu/icu4c/source/common/
Dedits.cpp400 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dedits.cpp399 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
/third_party/skia/third_party/externals/icu/source/common/
Dedits.cpp400 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
/third_party/node/deps/icu-small/source/common/
Dedits.cpp400 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c537 } oc; member
3551 unsigned int c, oc, bit; in char_get_othercase_bit() local
5447 PCRE2_SPTR alternative, cc_save, oc; in scan_prefix() local
6226 PCRE2_UCHAR oc; in fast_forward_first_char() local
6497 sljit_u32 oc, bit; in search_requested_char() local
8732 unsigned int c, oc, bit; in compile_char1_matchingpath() local
Dpcre2_compile.c5017 uint32_t oc, od; in add_to_class_internal() local
5489 open_capitem *oc; in compile_branch() local
/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp483 V4f oc = edges.fC + mask * (outset ? 0.5f : -0.5f); in compute_degenerate_quad() local
/third_party/skia/src/gpu/geometry/
DGrQuadUtils.cpp760 V4f oc = fC + signedEdgeDistances; in computeDegenerateQuad() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc1340 OS oc = std::string(n, 'c'); in TEST() local

12