/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | api_test.cpp | 93 void VDecNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VDecNeedInputData() argument 95 cout << "VDecNeedInputData index:" << index << endl; in VDecNeedInputData() 98 signal->inIdxQueue_.push(index); in VDecNeedInputData() 626 uint32_t index = signal_->inIdxQueue_.front(); in HWTEST_F() local 632 cout << "OH_VideoDecoder_PushInputData index:" << index << endl; in HWTEST_F() 634 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_PushInputData(vdec_, index, attr)); in HWTEST_F()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | audioDecoderAvBuffer.cpp | 110 static void OnNeedInputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnNeedInputBuffer() argument 118 OH_AVErrCode ret = OH_AudioCodec_PushInputBuffer(codec, index); in OnNeedInputBuffer() 122 static void OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnNewOutputBuffer() argument 127 OH_AVErrCode ret = OH_AudioCodec_FreeOutputBuffer(codec, index); in OnNewOutputBuffer() 937 uint32_t index = 0; in OHAudioDecoderPushInputBuffer() local 970 uint32_t index = 0; in OHAudioDecoderFreeOutputBuffer() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | ac3dec.c | 1749 int index = av_channel_layout_index_from_channel(&avctx->ch_layout, in ac3_decode_frame() local 1751 if (index < 0) in ac3_decode_frame() 1756 extended_channel_map[index] = offset + channel_map[extend++]; in ac3_decode_frame() 1762 int index = av_channel_layout_index_from_channel(&avctx->ch_layout, i); in ac3_decode_frame() local 1763 if (index < 0) in ac3_decode_frame() 1768 extended_channel_map[index] = offset + channel_map[extend++]; in ac3_decode_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | nutdec.c | 700 av_log(s, AV_LOG_WARNING, "no index at the end\n"); in find_and_decode_index() 742 av_log(s, AV_LOG_ERROR, "index overflow A %d + %"PRIu64" >= %d\n", n, x, syncpoint_count + 1); in find_and_decode_index() 750 av_log(s, AV_LOG_ERROR, "index: x %"PRIu64" is invalid\n", x); in find_and_decode_index() 755 av_log(s, AV_LOG_ERROR, "index overflow B\n"); in find_and_decode_index() 763 av_log(s, AV_LOG_ERROR, "keyframe before first syncpoint in index\n"); in find_and_decode_index() 785 av_log(s, AV_LOG_ERROR, "index checksum mismatch\n"); in find_and_decode_index() 1258 int index = av_index_search_timestamp(st, pts, flags); in read_seek() local 1259 if (index < 0) in read_seek() 1260 index = av_index_search_timestamp(st, pts, flags ^ AVSEEK_FLAG_BACKWARD); in read_seek() 1261 if (index < in read_seek() [all...] |
/third_party/backends/backend/ |
H A D | teco1.c | 287 /* Lookup a string list from one array and return its index. */ 291 int index; in get_string_list_index() local 293 index = 0; in get_string_list_index() 294 while (list[index] != NULL) in get_string_list_index() 296 if (strcmp (list[index], name) == 0) in get_string_list_index() 298 return (index); in get_string_list_index() 300 index++; in get_string_list_index()
|
H A D | mustek_usb_low.c | 179 usb_low_set_cmt_table (ma1017 * chip, SANE_Int index, Channel channel, in usb_low_set_cmt_table() argument 182 SANE_Byte pattern = ((SANE_Byte) index) << 4; in usb_low_set_cmt_table() 198 if ((unsigned int) index > 31) in usb_low_set_cmt_table() 200 DBG (7, "usb_low_set_cmt_table: CMT index (%d) exceed 31", index); in usb_low_set_cmt_table() 222 if (index > 15) in usb_low_set_cmt_table() 227 chip->is_transfer_table[index] = is_transfer; in usb_low_set_cmt_table()
|
H A D | leo.c | 214 /* Lookup a string list from one array and return its index. */ 218 int index; in get_string_list_index() local 220 index = 0; in get_string_list_index() 221 while (list[index] != NULL) in get_string_list_index() 223 if (strcmp (list[index], name) == 0) in get_string_list_index() 225 return (index); in get_string_list_index() 227 index++; in get_string_list_index()
|
H A D | kvs40xx_opt.c | 845 /* Lookup a string list from one array and return its index. */ 849 int index; in str_index() local 850 index = 0; in str_index() 851 while (list[index]) in str_index() 853 if (!strcmp (list[index], name)) in str_index() 854 return (index); in str_index() 855 index++; in str_index()
|
H A D | teco3.c | 227 /* Lookup a string list from one array and return its index. */ 231 int index; in get_string_list_index() local 233 index = 0; in get_string_list_index() 234 while (list[index] != NULL) in get_string_list_index() 236 if (strcmp (list[index], name) == 0) in get_string_list_index() 238 return (index); in get_string_list_index() 240 index++; in get_string_list_index()
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | ast.py | 678 start = names.index('<') 1016 index = 1 1017 while return_type_and_name[index].name != '<': 1018 index += 1 1019 template_portion = return_type_and_name[index:] + [name] 1020 del return_type_and_name[index:]
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_variables.cpp | 470 ir_variable *add_index_output(int slot, int index, const glsl_type *type, in add_index_output() argument 474 index); in add_index_output() 493 int slot, int index); 562 int slot, int index) in add_index_variable() 589 var->data.index = index; in add_index_variable() 558 add_index_variable(const char *name, const glsl_type *type, int precision, enum ir_variable_mode mode, int slot, int index) add_index_variable() argument
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_cs.c | 132 /** IP instance index if there are several IPs of the same type. */ 136 * Specify ring index of the IP. We could have several rings 506 int index = cs->buffer_hash_table[hash]; in radv_amdgpu_cs_find_buffer() local 508 if (index == -1) in radv_amdgpu_cs_find_buffer() 511 if (cs->handles[index].bo_handle == bo) in radv_amdgpu_cs_find_buffer() 512 return index; in radv_amdgpu_cs_find_buffer() 528 int index = radv_amdgpu_cs_find_buffer(cs, bo); in radv_amdgpu_cs_add_buffer_internal() local 530 if (index != -1) in radv_amdgpu_cs_add_buffer_internal()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_encode.c | 1051 uint32_t index, in virgl_encoder_write_constant_buffer() 1057 virgl_encoder_write_dword(ctx->cbuf, index); in virgl_encoder_write_constant_buffer() 1065 uint32_t index, in virgl_encoder_set_uniform_buffer() 1072 virgl_encoder_write_dword(ctx->cbuf, index); in virgl_encoder_set_uniform_buffer() 1498 uint32_t index) in virgl_encode_get_query_result_qbo() 1506 virgl_encoder_write_dword(ctx->cbuf, index); in virgl_encode_get_query_result_qbo() 1049 virgl_encoder_write_constant_buffer(struct virgl_context *ctx, uint32_t shader, uint32_t index, uint32_t size, const void *data) virgl_encoder_write_constant_buffer() argument 1063 virgl_encoder_set_uniform_buffer(struct virgl_context *ctx, uint32_t shader, uint32_t index, uint32_t offset, uint32_t length, struct virgl_resource *res) virgl_encoder_set_uniform_buffer() argument 1493 virgl_encode_get_query_result_qbo(struct virgl_context *ctx, uint32_t handle, struct virgl_resource *res, boolean wait, uint32_t result_type, uint32_t offset, uint32_t index) virgl_encode_get_query_result_qbo() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 878 int index = X509_get_ext_by_NID(cert, NID_subject_alt_name, -1); in GetSubjectAltNameString() local 879 if (index < 0) in GetSubjectAltNameString() 882 X509_EXTENSION* ext = X509_get_ext(cert, index); in GetSubjectAltNameString() 896 int index = X509_get_ext_by_NID(cert, NID_info_access, -1); in GetInfoAccessString() local 897 if (index < 0) in GetInfoAccessString() 900 X509_EXTENSION* ext = X509_get_ext(cert, index); in GetInfoAccessString()
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_api.c | 79 * - an index buffer is built. 81 * At the end of this transformation, the index buffer and the vertex buffer 90 * - PxIy: draw x, index y 98 * can't be drawn with an index buffer so this transformation is disabled 454 /* Add vertex to the vertex buffer and return its index. If this vertex is a duplicate 455 * of an existing vertex, return the original index instead. 459 uint32_t index, fi_type *new_buffer, uint32_t *max_index) in add_vertex() 461 /* If vertex deduplication is disabled return the original index. */ in add_vertex() 463 return index; in add_vertex() 465 fi_type *vert = save->vertex_store->buffer_in_ram + save->vertex_size * index; in add_vertex() 458 add_vertex(struct vbo_save_context *save, struct hash_table *hash_to_index, uint32_t index, fi_type *new_buffer, uint32_t *max_index) add_vertex() argument 1299 is_vertex_position(const struct gl_context *ctx, GLuint index) is_vertex_position() argument [all...] |
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 219 static void dump_mode(drmModeModeInfo *mode, int index) in dump_mode() argument 222 index, in dump_mode() 849 int index = atoi(mode_str + 1); in connector_find_mode() local 851 if (index >= connector->count_modes || index < 0) in connector_find_mode() 853 return &connector->modes[index]; in connector_find_mode() 1186 * CRTC index first, then iterate over available planes. in atomic_set_plane() 1246 * CRTC index first, then iterate over available planes. in set_plane() 2005 fprintf(stderr, "\t-s <connector_id>[,<connector_id>][@<crtc_id>]:[#<mode index>]<mode>[-<vrefresh>][@<format>]\tset a mode\n"); in usage()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | operation-typer.cc | 1275 Type OperationTyper::CheckBounds(Type index, Type length) { in CheckBounds() argument 1279 if (index.Maybe(Type::String())) return upper_bound; in CheckBounds() 1280 if (index.Maybe(Type::MinusZero())) { in CheckBounds() 1281 index = Type::Union(index, cache_->kSingletonZero, zone()); in CheckBounds() 1283 return Type::Intersect(index, upper_bound, zone()); in CheckBounds()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-string-gen.cc | 962 // String::GetSubstitution, passing in the index of the first '$' to avoid in GetSubstitution() 1283 [&](TNode<IntPtrT> index) { in StringToArray() 1291 IntPtrAdd(index, string_data_offset))); in StringToArray() 1299 StoreFixedArrayElement(elements, index, entry); in StringToArray() 1438 // Return the |word32| codepoint at {index}. Supports SeqStrings and 1442 TNode<String> string, TNode<IntPtrT> length, TNode<IntPtrT> index, in LoadSurrogatePairAt() 1447 var_result = StringCharCodeAt(string, Unsigned(index)); in LoadSurrogatePairAt() 1453 TNode<IntPtrT> next_index = IntPtrAdd(index, IntPtrConstant(1)); in LoadSurrogatePairAt() 1655 // Deal with different string types: update the index if necessary in SubString() 1441 LoadSurrogatePairAt( TNode<String> string, TNode<IntPtrT> length, TNode<IntPtrT> index, UnicodeEncoding encoding) LoadSurrogatePairAt() argument
|
H A D | builtins-internal-gen.cc | 699 Comment("integer index"); in TF_BUILTIN() 829 [&](TNode<IntPtrT> index) { in SetOrCopyDataProperties() 830 auto offset = Signed(TimesSystemPointerSize(index)); in SetOrCopyDataProperties() 972 auto index = Parameter<TaggedIndex>(Descriptor::kVectorIndex); in TF_BUILTIN() local 974 TNode<UintPtrT> vector_index = Unsigned(TaggedIndexToIntPtr(index)); in TF_BUILTIN() 1253 TNode<IntPtrT> index, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() 1308 TNode<IntPtrT> index, Label* next_holder, Label* if_bailout) { in TF_BUILTIN()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.h | 1260 size_t ObjectCountAtLastGC(size_t index); 1261 size_t ObjectSizeAtLastGC(size_t index); 1264 bool GetObjectTypeName(size_t index, const char** object_type, 1685 RootIndex index; member 1690 RootIndex index; member 1696 RootIndex index; member 2419 // For each index inthe retaining_path_targets_ array this map
|
/third_party/node/deps/v8/src/torque/ |
H A D | ast.h | 491 Expression* index) in ElementAccessExpression() 492 : LocationExpression(kKind, pos), array(array), index(index) {} in ElementAccessExpression() 496 index->VisitAllSubExpressions(callback); 501 Expression* index; member 946 // or one values, and thus should not require an index expression to access. 952 base::Optional<ClassFieldIndexInfo> index; member
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_schedule.c | 186 add_dependency(struct util_dynarray *table, unsigned index, unsigned child, in add_dependency() argument 189 assert(index < 64); in add_dependency() 190 util_dynarray_foreach(table + index, unsigned, parent) in add_dependency() 195 mark_access(struct util_dynarray *table, unsigned index, unsigned parent) in mark_access() argument 197 assert(index < 64); in mark_access() 198 util_dynarray_append(&table[index], unsigned, parent); in mark_access() 868 * and a source (index) from that candidate, determine whether this source is
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_context.c | 128 info.index.resource = rbug_resource_unwrap(_info->index.resource); in rbug_draw_vbo() 148 unsigned index) in rbug_create_query() 157 index); in rbug_create_query() 635 uint index, bool take_ownership, in rbug_set_constant_buffer() 651 index, take_ownership, in rbug_set_constant_buffer() 146 rbug_create_query(struct pipe_context *_pipe, unsigned query_type, unsigned index) rbug_create_query() argument 633 rbug_set_constant_buffer(struct pipe_context *_pipe, enum pipe_shader_type shader, uint index, bool take_ownership, const struct pipe_constant_buffer *_cb) rbug_set_constant_buffer() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_alu.c | 100 static struct rc_dst_register dstregtmpmask(int index, int mask) in dstregtmpmask() argument 104 dst.Index = index; in dstregtmpmask() 132 static struct rc_src_register srcreg(int file, int index) in srcreg() argument 136 src.Index = index; in srcreg() 140 static struct rc_src_register srcregswz(int file, int index, int swz) in srcregswz() argument 144 src.Index = index; in srcregswz()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktBasicDrawTests.cpp | 912 deUint32 highestIndex = 0; // Store to highest index to calculate the vertices size in generateDrawData() 925 // Generate random vertex only where you have index pointing at in generateDrawData() 1089 const deUint32 index = it->firstVertex + it->vertexCount; in generateDrawData() local 1090 lastIndex = (index > lastIndex) ? index : lastIndex; in generateDrawData() 1283 const deUint32 index = it->firstIndex + it->indexCount; in generateDrawData() local 1284 lastIndex = (index > lastIndex) ? index : lastIndex; in generateDrawData()
|