Home
last modified time | relevance | path

Searched refs:vo (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2vidorient.h48 …interface_as_function ## _video_orientation_get_hflip (GstVideoOrientation *vo, gboolean *flip) …
50 Type *this = (Type*) vo; \
55 …interface_as_function ## _video_orientation_get_vflip (GstVideoOrientation *vo, gboolean *flip) …
57 Type *this = (Type*) vo; \
62 …interface_as_function ## _video_orientation_get_hcenter (GstVideoOrientation *vo, gint *center) …
64 Type *this = (Type*) vo; \
69 …interface_as_function ## _video_orientation_get_vcenter (GstVideoOrientation *vo, gint *center) …
71 Type *this = (Type*) vo; \
76 …interface_as_function ## _video_orientation_set_hflip (GstVideoOrientation *vo, gboolean flip) …
78 Type *this = (Type*) vo; \
[all …]
/third_party/gettext/gettext-runtime/po/
Dsk.po33 msgstr "%s: voľba '%s%s' nie je jednoznačná\n"
38 msgstr "%s: voľba '%s%s' nie je jednoznačná; možnosti:"
43 msgstr "%s: neznáma voľba '%s%s'\n"
48 msgstr "%s: voľba '%s%s' nepovoľuje parameter\n"
53 msgstr "%s: voľba '%s%s' vyžaduje parameter\n"
58 msgstr "%s: neplatná voľba -- '%c'\n"
63 msgstr "%s: voľba vyžaduje parameter -- '%c'\n"
80 "Toto je voľne šíriteľný softvér: môžete ho voľne meniť a ďalej šíriť.\n"
275 "Ak je program použitý s voľbou -s, bude sa správať ako príkaz 'echo'.\n"
277 "ktoré sa nachádzajú vo vybranom katalógu správ budú preložené.\n"
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpeg4parser.c868 gst_mpeg4_parse_visual_object (GstMpeg4VisualObject * vo, in gst_mpeg4_parse_visual_object() argument
874 g_return_val_if_fail (vo != NULL, GST_MPEG4_PARSER_ERROR); in gst_mpeg4_parse_visual_object()
883 vo->verid = 0x1; in gst_mpeg4_parse_visual_object()
884 vo->priority = 1; in gst_mpeg4_parse_visual_object()
886 READ_UINT8 (&br, vo->is_identifier, 1); in gst_mpeg4_parse_visual_object()
887 if (vo->is_identifier) { in gst_mpeg4_parse_visual_object()
888 READ_UINT8 (&br, vo->verid, 4); in gst_mpeg4_parse_visual_object()
889 READ_UINT8 (&br, vo->priority, 3); in gst_mpeg4_parse_visual_object()
893 vo->type = type; in gst_mpeg4_parse_visual_object()
930 GstMpeg4VisualObject * vo, const guint8 * data, gsize size) in gst_mpeg4_parse_video_object_layer() argument
[all …]
Dgstmpeg4parser.h567 GstMpeg4VisualObject *vo,
571 gst_mpeg4_parse_visual_object (GstMpeg4VisualObject *vo,
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dmeson.build3 voaac_dep = dependency('vo-aacenc', required : get_option('voaacenc'))
/third_party/gstreamer/gstplugins_bad/ext/voamrwbenc/
Dmeson.build1 voamrwbenc_dep = dependency('vo-amrwbenc', version: '>= 0.1.0', required: get_option('voamrwbenc'))
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c254 GstMpeg4VisualObject *vo; in gst_mpeg4vparse_process_config() local
269 vo = mp4vparse->vo_found ? &mp4vparse->vo : NULL; in gst_mpeg4vparse_process_config()
274 vo, data + mp4vparse->vol_offset, in gst_mpeg4vparse_process_config()
332 gst_mpeg4_parse_visual_object (&mp4vparse->vo, NULL, in gst_mpeg4vparse_process_sc()
871 gst_mpeg4_parse_visual_object (&mp4vparse->vo, NULL, in gst_mpeg4vparse_set_caps()
Dgstmpeg4videoparse.h58 GstMpeg4VisualObject vo; member
/third_party/skia/third_party/externals/icu/source/data/translit/
DHira_Kana.txt15 # 1. The Katakana va/vi/ve/vo (30F7-30FA) have no
37 # Combining equivalents va/vi/ve/vo
Dhy_hy_FONIPA.txt48 $wordBoundary {ո} → vo;
Dhy_AREVMDA_hy_AREVMDA_FONIPA.txt64 $wordBoundary {ո} → vo; # ոսկի → /vosɡi/
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DHira_Kana.txt14 # 1. The Katakana va/vi/ve/vo (30F7-30FA) have no
36 # Combining equivalents va/vi/ve/vo
Dhy_hy_FONIPA.txt47 $wordBoundary {ո} → vo;
/third_party/icu/icu4c/source/data/translit/
DHira_Kana.txt15 # 1. The Katakana va/vi/ve/vo (30F7-30FA) have no
37 # Combining equivalents va/vi/ve/vo
Dhy_hy_FONIPA.txt48 $wordBoundary {ո} → vo;
Dhy_AREVMDA_hy_AREVMDA_FONIPA.txt64 $wordBoundary {ո} → vo; # ոսկի → /vosɡi/
/third_party/python/Objects/
Dbytearrayobject.c295 Py_buffer vo; in bytearray_iconcat() local
297 if (PyObject_GetBuffer(other, &vo, PyBUF_SIMPLE) != 0) { in bytearray_iconcat()
304 if (size > PY_SSIZE_T_MAX - vo.len) { in bytearray_iconcat()
305 PyBuffer_Release(&vo); in bytearray_iconcat()
308 if (PyByteArray_Resize((PyObject *)self, size + vo.len) < 0) { in bytearray_iconcat()
309 PyBuffer_Release(&vo); in bytearray_iconcat()
312 memcpy(PyByteArray_AS_STRING(self) + size, vo.buf, vo.len); in bytearray_iconcat()
313 PyBuffer_Release(&vo); in bytearray_iconcat()
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dyi.txt152 vo{"וואלאַפּוק"}
/third_party/icu/icu4c/source/data/lang/
Dyi.txt152 vo{"וואלאַפּוק"}
/third_party/skia/third_party/externals/icu/source/extra/uconv/samples/utf8/
Dbanviet.txt10 dùng làm chiếu và đêm đến các chú muỗi vo-ve thì Bần
/third_party/icu/icu4c/source/extra/uconv/samples/utf8/
Dbanviet.txt10 dùng làm chiếu và đêm đến các chú muỗi vo-ve thì Bần
/third_party/skia/third_party/externals/icu/source/data/lang/
Dyi.txt152 vo{"וואלאַפּוק"}
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/samples/utf8/
Dbanviet.txt10 dùng làm chiếu và đêm đến các chú muỗi vo-ve thì Bần
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dppucd.txt113 property;Enumerated;vo;Vertical_Orientation
1173 value;vo;R;Rotated
1174 value;vo;Tr;Transformed_Rotated
1175 value;vo;Tu;Transformed_Upright
1176 value;vo;U;Upright
1201 …ript>;slc=<code point>;stc=<code point>;suc=<code point>;tc=<code point>;uc=<code point>;vo=R;WB=XX
1386 cp;00A7;bc=ON;ea=A;gc=Po;lb=AI;na=SECTION SIGN;NFKD_QC=Y;Pat_Syn;vo=U;WB=XX
1388 cp;00A9;bc=ON;Emoji;ExtPict;gc=So;na=COPYRIGHT SIGN;NFKD_QC=Y;Pat_Syn;vo=U;WB=XX
1393 cp;00AE;bc=ON;ea=A;Emoji;ExtPict;gc=So;na=REGISTERED SIGN;NFKD_QC=Y;Pat_Syn;vo=U;WB=XX
1396 cp;00B1;bc=ET;ea=A;gc=Sm;lb=PR;Math;na=PLUS-MINUS SIGN;NFKD_QC=Y;Pat_Syn;vo=U;WB=XX
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBaseVertexVariantsTest.cpp114 size_t vo = i * 4; // each quad has 4 vertices, index offset by 4 in DrawBaseVertexVariantsTest() local
117 mIndices[o + j] = vo + indices[j]; in DrawBaseVertexVariantsTest()

12345678910>>...20