/third_party/ffmpeg/libavcodec/ |
H A D | sbr.h | 144 int start; member
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc.h | 100 const uint8_t *ff_h263_find_resync_marker_reverse(const uint8_t *av_restrict start,
|
H A D | demux.h | 187 * @param start chapter start time in time_base units 194 int64_t start, int64_t end, const char *title);
|
H A D | riff.h | 38 void ff_end_tag(AVIOContext *pb, int64_t start);
|
/third_party/backends/backend/ |
H A D | coolscan.h | 108 { int start; /* start position of image on film strip */ member
|
H A D | sm3840_lib.h | 113 static void select_pixels (unsigned short *map, int dpi, int start, int end);
|
H A D | mustek_pp.h | 109 /* start scanning session */ 120 /* start actual scan */ 121 SANE_Status (*start)(SANE_Handle hndl); member
|
H A D | rts8891_low.h | 179 SANE_Int left_offset; /* pixels to skip to be on left start of the scanning area */ 202 SANE_Int xstart; /* x start coordinate */ 203 SANE_Int ystart; /* y start coordinate */ 232 /* start of the data within scanned data */ 233 SANE_Byte *start; member 258 * warming-up start time
|
/third_party/backends/include/sane/ |
H A D | sanei_wire.h | 82 char *start; member
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf_processor.h | 65 void start(int flatten_forms);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TrieBuilder.java | 58 * [start..start+1024[ . 59 * It is U+10000 <= start <= U+10fc00 and (start&0x3ff)==0. 73 public int getFoldedValue(int start, int offset); in getFoldedValue() argument
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | uformattedvalue.h | 262 * Gets the INCLUSIVE start and EXCLUSIVE end index stored for the current position. 267 * @param pStart Set to the start index saved in the instance. Ignored if nullptr. 346 * @param start The new inclusive start index. 356 int32_t start,
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_controller.h | 163 void (*start)(struct usb_xfer *); member
|
/third_party/alsa-lib/include/ |
H A D | pcm_ioplug.h | 129 * start the PCM; required, called inside mutex lock 131 int (*start)(snd_pcm_ioplug_t *io); member
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceTestSample.java | 31 t.start(); in main()
|
/third_party/icu/tools/colprobe/ |
H A D | extractCollationData.pl | 163 my $start = $&;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TrieBuilder.java | 61 * [start..start+1024[ . 62 * It is U+10000 <= start <= U+10fc00 and (start&0x3ff)==0. 76 public int getFoldedValue(int start, int offset); in getFoldedValue() argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceTestSample.java | 28 t.start(); in main()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | regeximp.h | 62 URX_STRING = 4, // Value field is index of string start 104 URX_CARET_M_UNIX = 30, // '^' operator, test for start of line in multi-line 134 // First Operand: Index of start of string in string literals 291 int64_t fExtra[1]; // Extra state, for capture group start/ends 301 // match might start before firing up the full match engine. 307 START_START, // Match starts at start of buffer only (^ or \A) 391 CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit);
|
H A D | number_formatimpl.h | 88 static int32_t writeAffixes(const MicroProps& micros, FormattedStringBuilder& string, int32_t start,
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | bytestriebuilder.h | 143 virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const override;
|
H A D | uiter.h | 91 * Gets the current position, or the start or limit of the 99 * @param origin get the 0, start, limit, length, or current index 114 * Moves the current position relative to the start or limit of the 118 * Out of bounds movement will be pinned to the start or limit. 134 * @param origin move relative to the 0, start, limit, length, or current index 211 * or return U_SENTINEL if there is none (index is at the start). 328 * limit, and previous() only checks the current index against the start, 361 int32_t start; member 385 * start or limit index of the iteration range. 393 * (public) Moves the current position relative to the start o [all...] |
H A D | ucharstriebuilder.h | 147 virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t unitIndex) const override;
|
/third_party/libsnd/examples/ |
H A D | sndfile-loopify.c | 164 instr.loops [0].start = 0 ; in add_instrument_data()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | asn1.h | 229 * \param p On entry, \c *p points to the start of the ASN.1 element. 239 * \return #MBEDTLS_ERR_ASN1_UNEXPECTED_TAG if the data does not start 255 * \param p On entry, \c *p points to the start of the ASN.1 element. 263 * \return An ASN.1 error code if the input does not start with 274 * \param p On entry, \c *p points to the start of the ASN.1 element. 282 * \return An ASN.1 error code if the input does not start with 295 * \param p On entry, \c *p points to the start of the ASN.1 element. 303 * \return An ASN.1 error code if the input does not start with 316 * \param p On entry, \c *p points to the start of the ASN.1 element. 326 * \return An ASN.1 error code if the input does not start wit [all...] |