/third_party/ffmpeg/libavutil/ |
H A D | opt.h | 740 * @param[out] out_val value of the option will be written here 748 * and is set to NULL, *out_val will be set to NULL instead of an allocated 751 int av_opt_get (void *obj, const char *name, int search_flags, uint8_t **out_val); 752 int av_opt_get_int (void *obj, const char *name, int search_flags, int64_t *out_val); 753 int av_opt_get_double (void *obj, const char *name, int search_flags, double *out_val); 754 int av_opt_get_q (void *obj, const char *name, int search_flags, AVRational *out_val); 758 int av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val); 765 * @param[out] out_val The returned dictionary is a copy of the actual value and must 768 int av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val);
|
H A D | opt.c | 837 int av_opt_get(void *obj, const char *name, int search_flags, uint8_t **out_val) in av_opt_get() argument 885 *out_val = av_strdup(*(uint8_t **)dst); in av_opt_get() 887 *out_val = NULL; in av_opt_get() 890 *out_val = av_strdup(""); in av_opt_get() 892 return *out_val ? 0 : AVERROR(ENOMEM); in av_opt_get() 895 *out_val = NULL; in av_opt_get() 901 if (!(*out_val = av_malloc(len * 2 + 1))) in av_opt_get() 904 *out_val[0] = '\0'; in av_opt_get() 909 snprintf(*out_val + i * 2, 3, "%02X", bin[i]); in av_opt_get() 944 *out_val in av_opt_get() 978 av_opt_get_int(void *obj, const char *name, int search_flags, int64_t *out_val) av_opt_get_int() argument 993 av_opt_get_double(void *obj, const char *name, int search_flags, double *out_val) av_opt_get_double() argument 1005 av_opt_get_q(void *obj, const char *name, int search_flags, AVRational *out_val) av_opt_get_q() argument 1039 av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val) av_opt_get_video_rate() argument 1120 av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val) av_opt_get_dict_val() argument [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | celp_filters_mips.c | 178 float out_val, out_val_i, fc_val; in ff_celp_lp_synthesis_filterf_mips() local 181 out_val = in[n]; in ff_celp_lp_synthesis_filterf_mips() 188 "nmsub.s %[out_val], %[out_val], %[fc_val], %[out_val_i] \n\t" in ff_celp_lp_synthesis_filterf_mips() 190 : [fc_val]"=&f"(fc_val), [out_val]"+f"(out_val), in ff_celp_lp_synthesis_filterf_mips() 197 out[n] = out_val; in ff_celp_lp_synthesis_filterf_mips()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_normalize.c | 371 int out_val = (in_val - min[c].smoothed) * scale + min[c].out + 0.5f; in normalize() local 372 out_val = av_clip_uintp2_c(out_val, s->depth); in normalize() 373 s->lut[c][in_val] = out_val; in normalize()
|
/third_party/glslang/SPIRV/ |
H A D | hex_float.h | 491 other_uint_type out_val = 0; in getRoundedNormalizedSignificand() local 495 out_val = static_cast<other_uint_type>(significand); in getRoundedNormalizedSignificand() 497 out_val = static_cast<other_uint_type>(out_val << shift_amount); in getRoundedNormalizedSignificand() 498 return out_val; in getRoundedNormalizedSignificand()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_gs.c | 213 LLVMValueRef out_val = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.f32, addrs[4 * i + chan], ""); in si_llvm_emit_vertex() local 221 out_val = ac_to_integer(&ctx->ac, out_val); in si_llvm_emit_vertex() 223 ac_build_buffer_store_dword(&ctx->ac, ctx->gsvs_ring[stream], out_val, NULL, in si_llvm_emit_vertex()
|
H A D | gfx10_shader_ngg.c | 1880 LLVMValueRef out_val = LLVMBuildLoad2(builder, ctx->ac.f32, addrs[4 * i + chan], ""); in gfx10_ngg_gs_emit_vertex() local 1882 out_val = LLVMBuildBitCast(ctx->ac.builder, out_val, as_int, ""); in gfx10_ngg_gs_emit_vertex() 1883 LLVMBuildStore(builder, out_val, ngg_gs_get_emit_output_ptr(ctx, vertexptr, out_idx)); in gfx10_ngg_gs_emit_vertex()
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | hex_float.h | 574 other_uint_type out_val = 0; in getRoundedNormalizedSignificand() local 578 out_val = static_cast<other_uint_type>(significand); in getRoundedNormalizedSignificand() 580 out_val = static_cast<other_uint_type>(out_val << shift_amount); in getRoundedNormalizedSignificand() 581 return out_val; in getRoundedNormalizedSignificand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 574 other_uint_type out_val = 0; in getRoundedNormalizedSignificand() local 578 out_val = static_cast<other_uint_type>(significand); in getRoundedNormalizedSignificand() 580 out_val = static_cast<other_uint_type>(out_val << shift_amount); in getRoundedNormalizedSignificand() 581 return out_val; in getRoundedNormalizedSignificand()
|
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 575 other_uint_type out_val = 0; in getRoundedNormalizedSignificand() local 579 out_val = static_cast<other_uint_type>(significand); in getRoundedNormalizedSignificand() 581 out_val = static_cast<other_uint_type>(out_val << shift_amount); in getRoundedNormalizedSignificand() 582 return out_val; in getRoundedNormalizedSignificand()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_to_llvm.c | 254 LLVMValueRef out_val = LLVMBuildLoad(ctx->ac.builder, out_ptr[j], ""); in visit_emit_vertex_with_counter() local 263 out_val = ac_to_integer(&ctx->ac, out_val); in visit_emit_vertex_with_counter() 264 out_val = LLVMBuildZExtOrBitCast(ctx->ac.builder, out_val, ctx->ac.i32, ""); in visit_emit_vertex_with_counter() 266 ac_build_buffer_store_dword(&ctx->ac, ctx->gsvs_ring[stream], out_val, NULL, voffset, in visit_emit_vertex_with_counter()
|
/third_party/node/deps/v8/src/flags/ |
H A D | flags.cc | 568 char** endp, T* out_val) { 582 *out_val = static_cast<T>(val);
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 5786 upb_msgval *out_val, size_t *iter) { in upb_msg_next() 5814 *out_val = val; in upb_msg_next() 5784 upb_msg_next(const upb_msg *msg, const upb_msgdef *m, const upb_symtab *ext_pool, const upb_fielddef **out_f, upb_msgval *out_val, size_t *iter) upb_msg_next() argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 5284 upb_msgval *out_val, size_t *iter) { in upb_msg_next() 5311 *out_val = val; in upb_msg_next() 5282 upb_msg_next(const upb_msg *msg, const upb_msgdef *m, const upb_symtab *ext_pool, const upb_fielddef **out_f, upb_msgval *out_val, size_t *iter) upb_msg_next() argument
|