Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavformat/
Dwebm_chunk.c55 AVFormatContext *oc; in webm_chunk_init() local
153 AVFormatContext *oc = wc->avf; in webm_chunk_write_header() local
167 AVFormatContext *oc = wc->avf; in chunk_start() local
180 AVFormatContext *oc = wc->avf; in chunk_end() local
216 AVFormatContext *oc = wc->avf; in webm_chunk_write_packet() local
248 AVFormatContext *oc = wc->avf; in webm_chunk_write_trailer() local
Domadec.c95 OMAContext *oc = s->priv_data; in oma_read_close() local
114 OMAContext *oc = s->priv_data; in kset() local
145 OMAContext *oc = s->priv_data; in rprobe() local
181 OMAContext *oc = s->priv_data; in nprobe() local
229 OMAContext *oc = s->priv_data; in decrypt_init() local
325 OMAContext *oc = s->priv_data; in read_packet() local
413 OMAContext *oc = s->priv_data; in oma_read_header() local
553 OMAContext *oc = s->priv_data; in oma_read_packet() local
581 OMAContext *oc = s->priv_data; in oma_read_seek() local
Dsegment.c148 AVFormatContext *oc; in segment_mux_init() local
191 AVFormatContext *oc = seg->avf; in set_segment_filename() local
235 AVFormatContext *oc = seg->avf; in segment_start() local
350 AVFormatContext *oc = seg->avf; in segment_end() local
675 AVFormatContext *oc = seg->avf; in seg_init() local
814 AVFormatContext *oc = seg->avf; in seg_write_header() local
970 AVFormatContext *oc = seg->avf; in seg_write_trailer() local
993 AVFormatContext *oc = seg->avf; in seg_check_bitstream() local
Dhlsenc.c847 AVFormatContext *oc; in hls_mux_init() local
1059 static int sls_flag_use_localtime_filename(AVFormatContext *oc, HLSContext *c, VariantStream *vs) in sls_flag_use_localtime_filename()
1316 static int hls_rename_temp_file(AVFormatContext *s, AVFormatContext *oc) in hls_rename_temp_file()
1679 AVFormatContext *oc = vs->avf; in hls_start() local
2379 AVFormatContext *oc = vs->avf; in append_single_file() local
2406 AVFormatContext *oc = NULL; in hls_write_packet() local
2717 AVFormatContext *oc = NULL; in hls_write_trailer() local
Ddashenc.c2344 AVFormatContext *oc = os->ctx; in dash_check_bitstream() local
/third_party/ffmpeg/doc/examples/
Dmuxing.c126 static void add_stream(OutputStream *ost, AVFormatContext *oc, in add_stream()
245 static void open_audio(AVFormatContext *oc, const AVCodec *codec, in open_audio()
340 static int write_audio_frame(AVFormatContext *oc, OutputStream *ost) in write_audio_frame()
409 static void open_video(AVFormatContext *oc, const AVCodec *codec, in open_video()
521 static int write_video_frame(AVFormatContext *oc, OutputStream *ost) in write_video_frame()
526 static void close_stream(AVFormatContext *oc, OutputStream *ost) in close_stream()
544 AVFormatContext *oc; in main() local
/third_party/ffmpeg/libavformat/tests/
Dfifo_muxer.c54 static int initialize_fifo_tst_muxer_chain(AVFormatContext **oc, AVPacket **pkt) in initialize_fifo_tst_muxer_chain()
80 static int fifo_basic_test(AVFormatContext *oc, AVDictionary **opts, in fifo_basic_test()
129 static int fifo_overflow_drop_test(AVFormatContext *oc, AVDictionary **opts, in fifo_overflow_drop_test()
200 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.h364 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.c955 unsigned oc; in setup_oc_mono_map() local
1010 unsigned oc, ic; in setup_remap() local
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c713 static int copy_metadata(char *outspec, char *inspec, AVFormatContext *oc, AVFormatContext *ic, Opt… in copy_metadata()
1524 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType typ… in new_output_stream()
1765 static char *get_ost_filters(OptionsContext *o, AVFormatContext *oc, in get_ost_filters()
1785 static void check_streamcopy_filters(OptionsContext *o, AVFormatContext *oc, in check_streamcopy_filters()
1799 static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_video_stream()
2037 static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_audio_stream()
2137 static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_data_stream()
2150 static OutputStream *new_unknown_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_unknown_stream()
2163 static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_attachment_stream()
2171 static OutputStream *new_subtitle_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_subtitle_stream()
[all …]
Dffmpeg.c1511 AVFormatContext *oc; in print_report() local
2934 AVFormatContext *oc; in init_encoder_time_base() local
2960 AVFormatContext *oc = of->ctx; in init_output_stream_encode() local
3279 AVFormatContext *oc; in transcode_init() local
/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/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/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/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/icu/icu4c/source/common/
Dedits.cpp400 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp145 bool EnumValue::IsValid(OperandClass oc, const std::string& context) const in IsValid()
/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.c5019 uint32_t oc, od; in add_to_class_internal() local
5491 open_capitem *oc; in compile_branch() 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