Home
last modified time | relevance | path

Searched defs:toc (Results 1 – 25 of 64) sorted by relevance

123

/third_party/gstreamer/gstreamer/gst/
Dgsttoc.c92 GstToc *toc; member
138 GstToc *toc; in gst_toc_new() local
162 gst_toc_get_scope (const GstToc * toc) in gst_toc_get_scope()
177 gst_toc_set_tags (GstToc * toc, GstTagList * tags) in gst_toc_set_tags()
196 gst_toc_merge_tags (GstToc * toc, GstTagList * tags, GstTagMergeMode mode) in gst_toc_merge_tags()
219 gst_toc_get_tags (const GstToc * toc) in gst_toc_get_tags()
234 gst_toc_append_entry (GstToc * toc, GstTocEntry * entry) in gst_toc_append_entry()
260 gst_toc_get_entries (const GstToc * toc) in gst_toc_get_entries()
304 gst_toc_free (GstToc * toc) in gst_toc_free()
376 gst_toc_find_entry (const GstToc * toc, const gchar * uid) in gst_toc_find_entry()
[all …]
Dgsttoc.h164 #define gst_toc_ref(toc) (GstToc*)gst_mini_object_ref(GST_MINI_OBJECT_CAST(toc)) argument
165 #define gst_toc_unref(toc) gst_mini_object_unref(GST_MINI_OBJECT_CAST(toc)) argument
166 #define gst_toc_copy(toc) (GstToc*)gst_mini_object_copy(GST_MINI_OBJECT_CAST(toc)) argument
167 #define gst_toc_make_writable(toc) (GstToc*)gst_mini_object_make_writable(GST_MINI_OBJECT_CAST(toc… argument
232 _gst_autoptr_toc_unref (GstToc *toc) in _gst_autoptr_toc_unref()
Dgsttocsetter.c67 GstToc *toc; member
162 gst_toc_setter_set_toc (GstTocSetter * setter, GstToc * toc) in gst_toc_setter_set_toc()
/third_party/skia/third_party/externals/icu/source/common/
Ducmndata.cpp125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch()
170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch()
218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local
231 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCLookupFn() local
273 const PointerTOC *toc = (PointerTOC *)pData->toc; in pointerTOCEntryCount() local
283 const PointerTOC *toc = (PointerTOC *)pData->toc; in pointerTOCLookupFn() local
Dudatamem.h32 const void *toc; /* For common memory, table of contents for */ member
/third_party/icu/icu4c/source/common/
Ducmndata.cpp125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch()
170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch()
218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local
231 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCLookupFn() local
273 const PointerTOC *toc = (PointerTOC *)pData->toc; in pointerTOCEntryCount() local
283 const PointerTOC *toc = (PointerTOC *)pData->toc; in pointerTOCLookupFn() local
Dudatamem.h32 const void *toc; /* For common memory, table of contents for */ member
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducmndata.cpp125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch()
170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch()
218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local
231 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCLookupFn() local
273 const PointerTOC *toc = (PointerTOC *)pData->toc; in pointerTOCEntryCount() local
283 const PointerTOC *toc = (PointerTOC *)pData->toc; in pointerTOCLookupFn() local
Dudatamem.h32 const void *toc; /* For common memory, table of contents for */ member
/third_party/node/deps/icu-small/source/common/
Ducmndata.cpp125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch()
170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch()
218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local
231 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCLookupFn() local
273 const PointerTOC *toc = (PointerTOC *)pData->toc; in pointerTOCEntryCount() local
283 const PointerTOC *toc = (PointerTOC *)pData->toc; in pointerTOCLookupFn() local
Dudatamem.h32 const void *toc; /* For common memory, table of contents for */ member
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttocsetter.c139 GstToc *toc; in create_toc() local
205 GstToc *toc; in GST_START_TEST() local
272 GstToc *toc; in test_threads_thread_func1() local
299 GstToc *toc; in test_threads_thread_func2() local
Dgsttoc.c134 GstToc *toc, *test_toc = NULL; in GST_START_TEST() local
/third_party/node/test/doctool/
Dtest-make-doc.mjs36 const toc = fs.readFileSync(new URL('./index.html', apiURL), 'utf8'); constant
/third_party/node/tools/doc/
Dalljson.mjs13 const toc = fs.readFileSync(new URL('./index.html', source), 'utf8'); constant
Dallhtml.mjs13 const toc = fs.readFileSync(new URL('./index.html', source), 'utf8'); constant
/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.c150 unsigned char toc; in gst_opus_parse_handle_frame() local
289 guint8 toc; in packet_duration_opus() local
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dppc-ffitarget.h98 void* toc; /* TOC */ member
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.h54 GstToc * toc; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dpbutils-private.h31 GstToc *toc; member
96 GstToc *toc; member
/third_party/libffi/src/powerpc/
Dffitarget.h198 void * toc; /* TOC */ member
/third_party/ffmpeg/libavformat/
Doggparseopus.c94 unsigned toc = src[0]; in opus_duration() local
Drtpdec_amr.c104 uint8_t toc = buf[1 + i]; in amr_handle_packet() local
/third_party/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c174 uintptr_t toc; member
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp117 static int32_t simpleBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t co… in simpleBinarySearch()
180 TOCEntry *toc; member in BinarySearchPackageLookup
207 static int32_t prefixBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t co… in prefixBinarySearch()

123