/third_party/ffmpeg/libavformat/ |
H A D | framecrcenc.c | 52 uint32_t crc = av_adler32_update(0, pkt->data, pkt->size); in framecrc_write_packet()
|
H A D | vc1testenc.c | 65 avio_write(pb, pkt->data, pkt->size); in vc1test_write_packet()
|
H A D | webvttenc.c | 99 avio_write(pb, pkt->data, pkt->size); in webvtt_write_packet()
|
H A D | supdec.c | 62 size_t len = AV_RB16(pkt->data + 1); in sup_read_packet()
|
/third_party/glslang/gtests/ |
H A D | Config.FromFile.cpp | 66 memcpy(configChars, configContents.data(), len); in TEST_P()
|
/third_party/ffmpeg/tests/fate/ |
H A D | ffprobe.mak | 1 FFPROBE_TEST_FILE=tests/data/ffprobe-test.nut
|
/third_party/glfw/tests/ |
H A D | empty.c | 48 static int thread_main(void* data) in thread_main() argument
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | opusdsp.c | 52 declare_func(void, float *data, int period, float *gains, int len); in test_postfilter()
|
/third_party/ffmpeg/tools/ |
H A D | venc_data_dump.c | 45 AVVideoEncParams *par = (AVVideoEncParams*)sd->data; in process_frame()
|
/third_party/backends/backend/ |
H A D | epson2-ops.h | 50 extern void e2_copy_image_data(Epson_Scanner *s, SANE_Byte *data, SANE_Int max_length,
|
H A D | p5.h | 171 * is no data available from the scanning device. Modified by sane_set_io_mode() 197 void *data);
|
/third_party/backends/backend/genesys/ |
H A D | image.h | 62 void write_tiff_file(const std::string& filename, const void* data, int depth,
|
/third_party/alsa-utils/axfer/ |
H A D | xfer.h | 3 // xfer.h - a header for receiver/transmiter of data frames. 76 const struct xfer_data *data, int argc,
|
/third_party/astc-encoder/Utils/Example/ |
H A D | astc_api_example.cpp | 115 image.data = reinterpret_cast<void**>(&slices); in main() 128 // ... the comp_data array contains the raw compressed data you would pass in main()
|
/third_party/backends/japi/ |
H A D | Sane.java | 58 public static int STATUS_INVAL = 4; // data is invalid (includes no 60 public static int STATUS_EOF = 5; // no more data available (end-of-file) 138 public native int read(int handle, byte [] data, in read() argument
|
/third_party/curl/docs/examples/ |
H A D | cookie_interface.c | 55 printf("[%d]: %s\n", i, nc->data); in print_cookies()
|
/third_party/curl/lib/ |
H A D | dict.c | 72 static CURLcode dict_do(struct Curl_easy *data, bool *done); 124 /* sendf() sends formatted data to the server */ 125 static CURLcode sendf(curl_socket_t sockfd, struct Curl_easy *data, 128 static CURLcode sendf(curl_socket_t sockfd, struct Curl_easy *data, in sendf() argument 149 result = Curl_write(data, sockfd, sptr, write_len, &bytes_written); in sendf() 154 Curl_debug(data, CURLINFO_DATA_OUT, sptr, (size_t)bytes_written); in sendf() 171 static CURLcode dict_do(struct Curl_easy *data, bool *done) in dict_do() argument 181 struct connectdata *conn = data->conn; in dict_do() 189 result = Curl_urldecode(data->state.up.path, 0, &path, NULL, REJECT_CTRL); in dict_do() 215 infof(data, "looku in dict_do() [all...] |
/third_party/benchmark/test/ |
H A D | donotoptimize_assembly_test.cc | 28 int data[2]; member
|
/third_party/alsa-lib/src/control/ |
H A D | eld.c | 73 eld = value.value.bytes.data; in __snd_pcm_info_eld_fixup()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_dirs_test.cc | 53 GTEST_CHECK_(mkdtemp(pattern.data()) != nullptr); in MakeTempDir()
|
/third_party/NuttX/drivers/bch/ |
H A D | bchlib_setup.c | 74 struct drv_data *drv = (struct drv_data *)bch->vnode->data; in bchlib_setup()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbd_video.h | 135 UVC_STATE_CONN = 0x02, /* UVC device has connected to USB host, but not trasmitting video data */ 136 UVC_STATE_TRAN_COPY = 0x04, /* UVC device has connected to USB host, and transmitting video data */ 148 /* structure used for callback furnction, (partial) frame data; 149 * structure used to describe next complete frame data. 155 uint8_t *data; /* UVC_STATE_TRAN_COPY: copy target address; UVC_STATE_TRAN_NOCP: NULL */ member 156 uint32_t length; /* length of data */ 157 uint32_t last; /* last piece of data in the frame? (ignored when UVC_STATE_TRAN_NOCP) */ 161 * callback function proto-type, copy (partial) video frame data 163 * frame of video data one by one
|
/third_party/alsa-lib/include/ |
H A D | search.h | 31 /* Prototype structure for a linked-list data structure. 73 void *data; member 86 NULL. If ACTION is `ENTER' replace existing data (if any) with 87 ITEM.data. */ 155 data this function should do nothing. */
|
/third_party/icu/tools/unicode/c/genuca/ |
H A D | collationbasedatabuilder.h | 74 virtual void build(CollationData &data, UErrorCode &errorCode);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol_imp.h | 23 * 02/27/2001 synwee Added getMaxExpansion data structure in UCollator 51 * Convenience string denoting the Collation data tree 130 UResourceBundle *data; member in CollationLoader
|