/third_party/ffmpeg/libavdevice/ |
H A D | libdc1394.c | 155 dc1394->stream_index = vst->index; in dc1394_read_common()
|
/third_party/ffmpeg/libavformat/ |
H A D | options.c | 294 st->index = s->nb_streams; in avformat_new_stream()
|
H A D | isom.h | 52 * it has lots of index tables, each indexing something in another one... 116 unsigned int index; member 166 int ffindex; ///< AVStream index
|
H A D | rtpdec_h264.c | 371 pkt->stream_index = st->index; in h264_handle_packet()
|
H A D | rtpdec_jpeg.c | 370 if ((ret = ff_rtp_finalize_packet(pkt, &jpeg->frame, st->index)) < 0) { in jpeg_parse_packet()
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | cpu.h | 110 void ff_cpu_cpuid(int index, int *eax, int *ebx, int *ecx, int *edx);
|
/third_party/glslang/SPIRV/ |
H A D | SpvTools.cpp | 110 out << position.line << ":" << position.column << ":" << position.index << ":"; in OptimizerMesssageConsumer()
|
/third_party/cJSON/ |
H A D | cJSON.h | 182 /* Retrieve item number "index" from array "array". Returns NULL if unsuccessful. */ 183 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | smpdtfmt.h | 1464 * @param start start index, inclusive 1465 * @param end end index, exclusive 1548 * Map index into pattern character string to DateFormat field number 1557 const NumberFormat* getNumberFormatByIndex(UDateFormatField index) const;
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | lstmbetst.cpp | 22 void LSTMBETest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* params ) in runIndexedTest() argument
|
H A D | numbertest_affixutils.cpp | 52 void AffixUtilsTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usbhid.h | 251 enum hid_kind kind, uint8_t index, struct hid_location *loc,
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asequencer.h | 600 int index; /* 0..N-1 */ member
|
H A D | emu10k1.h | 295 unsigned int index; /* index of item */ member
|
H A D | asoc.h | 203 __le32 index; /* identifier for block */ member
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-http.h | 141 typedef const char *(*lws_process_html_state_cb)(void *data, int index); 355 /* always last real token index*/ 387 * lws_token_to_string() - returns a textual representation of a hdr token index 389 * \param token: token index 400 * \param h: which header index we are interested in 411 * \param h: which header index we are interested in 426 * \param h: which header index we are interested in 439 * If the requested fragment index is not present, it fails 445 * \param h: which header index we are interested in 449 * to parse URI arguments like ?x=1&y=2, token index WSI_TOKEN_HTTP_URI_ARG [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | sid_tables.py | 103 idx = self.table.index(array[0], idx, len(self.table) - len(array) + 1) 187 Add an array of Field objects, and return the index of where to find
|
/third_party/lame/frontend/ |
H A D | main.c | 38 # define strchr index
|
H A D | gpkplotting.c | 34 # define strchr index
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_atomics.c | 262 /* Store a list pointers to atomic buffers per stage and store the index in gl_nir_link_assign_atomic_counter_resources() 292 opaque->index = intra_stage_idx; in gl_nir_link_assign_atomic_counter_resources()
|
/third_party/mesa3d/src/amd/registers/ |
H A D | parse_kernel_headers.py | 820 reg_index = type_map.index(name) if name in type_map else -1
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_draw.c | 116 0, /* don't know min index */ in retry_draw_auto() 117 ~0u, /* don't know max index */ in retry_draw_auto() 118 NULL, /* no index buffer */ in retry_draw_auto() 130 * Indirect draw (get vertex count, start index, etc. from a buffer object. 165 0, /* don't know min index */ in retry_draw_indirect() 166 ~0u, /* don't know max index */ in retry_draw_indirect() 167 info->index.resource, in retry_draw_indirect() 348 /* Check the stream index of the specified stream output target */ in svga_draw_vbo()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 260 unsigned register_index:6; /**< 0 to 63 (OUT index) */ 377 unsigned max_rt:3; /* index of max rt, Ie. # of cbufs minus 1 */ 727 * index buffer, and vertex elements. Used by display lists to bind those 730 * The state contains 1 index buffer, 0 or 1 vertex buffer, and 0 or more 813 int index_bias; /**< a bias to be added to each index */ 821 * - index.resource comes from pipe_vertex_state 850 bool has_user_indices:1; /**< if true, use index.user_buffer */ 864 * Primitive restart enable/index (only applies to indexed drawing) 873 * An index buffer. When an index buffe 882 } index; global() member [all...] |
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | xvmc_bench.c | 260 mb_array.macro_blocks[mby * mbw + mbx].index = (mby * mbw + mbx) * BLOCKS_PER_MACROBLOCK; in main()
|
H A D | test_rendering.c | 211 mb->index = (mby * INPUT_WIDTH_IN_MACROBLOCKS + mbx) * BLOCKS_PER_MACROBLOCK; in main()
|