/third_party/ffmpeg/libavcodec/ |
H A D | mjpegdec.c | 224 av_log(s->avctx, log_level, "dqt: 0 quant value\n"); in ff_mjpeg_decode_dqt() 2188 /* return the 8 bit start code value and update the search 2262 * copy the current value of x later on */ in ff_mjpeg_find_marker() 2880 char *value = e->value + strspn(e->value, " \n\t\r"), *endptr; in ff_mjpeg_receive_frame() local 2881 int orientation = strtol(value, &endptr, 0); in ff_mjpeg_receive_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | dashenc.c | 814 avio_printf(out, " lang=\"%s\"", lang->value); in write_adaptation_set() 820 avio_printf(out, "\t\t\t<EssentialProperty id=\"%d\" schemeIdUri=\"http://dashif.org/guidelines/trickmode\" value=\"%d\"/>\n", as->id, as->trick_idx); in write_adaptation_set() 823 avio_printf(out, "\t\t\t<Role schemeIdUri=\"urn:mpeg:dash:role:2011\" value=\"%s\"/>\n", role->value); in write_adaptation_set() 863 avio_printf(out, "\t\t\t\t<AudioChannelConfiguration schemeIdUri=\"urn:mpeg:dash:23003:3:audio_channel_configuration:2011\" value=\"%d\" />\n", in write_adaptation_set() 869 avio_printf(out, "\t\t\t\t\t<UTCTiming schemeIdUri=\"urn:mpeg:dash:utc:http-xsdate:2014\" value=\"%s\"/>\n", c->utc_timing_url); in write_adaptation_set() 972 av_log(s, AV_LOG_ERROR, "\"%s\" is not a valid value for an AdaptationSet id\n", id_str); in parse_adaptation_sets() 1000 av_log(s, AV_LOG_ERROR, "Unable to parse option value \"%s\" as duration\n", str); in parse_adaptation_sets() 1027 av_log(s, AV_LOG_ERROR, "Unable to parse option value \"%s\" as fragment type\n", type_str); in parse_adaptation_sets() 1067 // if value i in parse_adaptation_sets() [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 483 /* Use coarse shading if the value of Pos.W can't be determined or if its value is != 1 in radv_force_primitive_shading_rate() 2802 fprintf(output, "%s", stats[i].value.b32 == VK_TRUE ? "true" : "false"); 2805 fprintf(output, "%" PRIi64, stats[i].value.i64); 2808 fprintf(output, "%" PRIu64, stats[i].value.u64); 2811 fprintf(output, "%f", stats[i].value.f64);
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 95 // returned value is the constant part of the given source (either the 100 // If the found value has not a constant part, the Value gets returned 818 ERROR("SSA value %u not found\n", src->index); in getSrc() 1677 // value in the z component, NIR in X 2463 val = loadImm(getSSA(8), insn->value[idx].u64); 2466 val = loadImm(getSSA(4), insn->value[idx].u32); 2469 val = loadImm(getSSA(2), insn->value[idx].u16); 2472 val = loadImm(getSSA(1), insn->value[idx].u8); 3154 * with no other instructions that might generate a temp value in between them.
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 1557 unsigned value) 1562 *ptr = value; 2123 screen->cmdqueue->Signal(fence->cmdqueue_fence, fence->value); 2132 screen->cmdqueue->Wait(fence->cmdqueue_fence, fence->value); 2613 * fixed-point as if it were a window z value (see section 13.8.1). 2631 * shader writes a non-implicit value to gl_FragDepth. In all other 2633 * first place, or the implicit gl_FragCoord.z-value should already have 2637 * doesn't simply forward the value of gl_FragCoord.z. If it does, we'll
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 285 ld $a0,0($ap) ; pull ap[0] value 287 ld $n0,0($n0) ; pull n0[0] value 321 lwz $a0,0($ap) ; pull ap[0,1] value 327 lwz $n0,0($n1) ; pull n0[0,1] value
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2656 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 2959 value: *mut ::c_void, in pthread_create() 2964 value: *const ::itimerval, in setitimer() 3082 pub fn mallopt(param: ::c_int, value: i64) -> ::c_int; in mallopt()
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 285 ld $a0,0($ap) ; pull ap[0] value 287 ld $n0,0($n0) ; pull n0[0] value 321 lwz $a0,0($ap) ; pull ap[0,1] value 327 lwz $n0,0($n1) ; pull n0[0,1] value
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 174 PaddedUint () : value(0) { deMemset(padding, 0, sizeof(padding)); } in PaddedUint() 175 PaddedUint (deUint32 value_) : value(value_) { deMemset(padding, 0, sizeof(padding)); } in PaddedUint() 176 PaddedUint& operator= (deUint32 value_) { value = value_; return *this; } in operator =() 178 deUint32 value; member 1062 // Clear images to reference value
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 1106 // map that uses atomic value as a kay and maps it to all fragments sharing same atomic in verifyUsingAtomicChecks() 1116 // for the right edge vector, the index represents y coordinate and value is x; in verifyUsingAtomicChecks() 1117 // for the bottom edge vector, the index represents x coordinate and value is y in verifyUsingAtomicChecks() 1170 // find proper set in map and add value to it after doing verification with existing items in verifyUsingAtomicChecks() 1216 // make sure that there is same number of fragments that share same atomic value in verifyUsingAtomicChecks() 1249 << "Wrong number of fragments with same atomic value (" << wrongFragments << ") for tileWidth: " << tileWidth << ", tileHeight: " << tileHeight in verifyUsingAtomicChecks() 1876 deUint8 value = (deUint8)calculateRate(m_params->srRate.width, m_params->srRate.height); in runCopyModeOnTransferQueue() local 1877 deMemset(srWriteBufferHostPtr, value, (size_t)srWriteBufferSize); in runCopyModeOnTransferQueue() 2097 deUint8 value = (deUint8)calculateRate(m_params->srRate.width, m_params->srRate.height); in runFillLinearTiledImage() local 2104 deMemset(rowDst, value, (size_ in runFillLinearTiledImage() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 174 PaddedUint () : value(0) { deMemset(padding, 0, sizeof(padding)); } in PaddedUint() 175 PaddedUint (deUint32 value_) : value(value_) { deMemset(padding, 0, sizeof(padding)); } in PaddedUint() 176 PaddedUint& operator= (deUint32 value_) { value = value_; return *this; } in operator =() 178 deUint32 value; member 1062 // Clear images to reference value
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTests.hpp | 110 * all queries, expect value equal to 0. 116 * points. For all queries, expect value equal to 0. 121 * using GetTransformFeedbackiv. For all queries, expect value equal to 184 * For all queries, expect value equal to the corresponding buffers' 268 * number of binding points for transform feedback (the value of 336 * Expect value equal to TRUE. 339 * Expect value equal to FALSE. 344 * Expect value equal to FALSE. 347 * Expect value equal to TRUE. 442 * Verify that default value o [all...] |
/third_party/rust/crates/syn/src/ |
H A D | item.rs | 995 let value = if let Some(eq_token) = input.parse::<Option<Token![=]>>()? { 1003 match value { 2613 let value = if let Some(eq_token) = input.parse::<Option<Token![=]>>()? { in parse() 2621 return match value { in parse()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 350 // WUFFS_INITIALIZE__ALREADY_ZEROED means that the "self" receiver struct value 356 // value will be set to all zeroes. Internal buffers, which tend to be a large 539 // WUFFS_BASE__RESULT is a result type: either a status (an error) or a value. 545 T value; \ 987 // wuffs_base__multiply_u64 returns x*y as a 128-bit value. 1400 // A value with all fields NULL or zero is a valid, empty slice. 1412 // A value with all fields NULL or zero is a valid, empty table. 1693 // It returns a positive FourCC value on success. 1697 // It returns a negative value if prefix_closed is false and a longer prefix is 2793 // A value wit 3279 wuffs_base__token::value() const { value() function in wuffs_base__token 5307 uint16_t value; global() member 5312 uint32_t value; global() member [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 341 // WUFFS_INITIALIZE__ALREADY_ZEROED means that the "self" receiver struct value 347 // value will be set to all zeroes. Internal buffers, which tend to be a large 530 // WUFFS_BASE__RESULT is a result type: either a status (an error) or a value. 536 T value; \ 929 // wuffs_base__multiply_u64 returns x*y as a 128-bit value. 1340 // A value with all fields NULL or zero is a valid, empty slice. 1352 // A value with all fields NULL or zero is a valid, empty table. 1610 // given its opening bytes. It returns a positive FourCC value on success. 1614 // It returns a negative value if a longer prefix is required for a conclusive 2578 // A value wit 3064 wuffs_base__token::value() const { value() function in wuffs_base__token 5092 uint16_t value; global() member 5097 uint32_t value; global() member [all...] |
/third_party/python/Lib/test/ |
H A D | test_socket.py | 800 When an argument is given as a string, will use the value of that 1217 # Check that setting it to an invalid value raises ValueError 1544 self.assertEqual(repr(family), '<AddressFamily.AF_INET: %r>' % family.value) 1545 self.assertEqual(str(family), str(family.value)) 1547 self.assertEqual(repr(type), '<SocketKind.SOCK_STREAM: %r>' % type.value) 1548 self.assertEqual(str(type), str(type.value)) 1620 # with an invalid domain value. 1826 self.assertEqual(repr(s.family), '<AddressFamily.AF_INET: %r>' % s.family.value) 1827 self.assertEqual(repr(s.type), '<SocketKind.SOCK_STREAM: %r>' % s.type.value) 1828 self.assertEqual(str(s.family), str(s.family.value)) [all...] |
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
H A D | gles3ndk.cpp | 2377 GLint64 value = INT_INIT_VAL; in GLGetInteger64v() local 2378 glGetInteger64v(GL_MAX_TEXTURE_SIZE, &value); in GLGetInteger64v() 5253 GLfloat value[ARRAY_INDEX_ONE] = {CLEAR_10}; in GLVertexAttrib1fv() local 5254 glVertexAttrib1fv(attribLocation, value); in GLVertexAttrib1fv() 5282 GLfloat value[ARRAY_INDEX_TWO] = {CLEAR_10, CLEAR_10}; in GLVertexAttrib2fv() local 5283 glVertexAttrib2fv(attribLocation, value); in GLVertexAttrib2fv() 5311 GLfloat value[ARRAY_INDEX_THREE] = {CLEAR_10, CLEAR_10, CLEAR_10}; in GLVertexAttrib3fv() local 5312 glVertexAttrib3fv(attribLocation, value); in GLVertexAttrib3fv() 5340 GLfloat value[ARRAY_INDEX_FORE] = {CLEAR_10, CLEAR_10, CLEAR_10, CLEAR_10}; in GLVertexAttrib4fv() local 5341 glVertexAttrib4fv(attribLocation, value); in GLVertexAttrib4fv() 5432 GLint value[ARRAY_INDEX_FORE] = {INT_INIT_VAL, INT_INIT_VAL, INT_INIT_VAL, INT_INIT_VAL}; GLVertexAttribI4iv() local 5461 GLuint value[ARRAY_INDEX_FORE] = {INT_INIT_VAL, INT_INIT_VAL, INT_INIT_VAL, INT_INIT_VAL}; GLVertexAttribI4uiv() local [all...] |
/base/inputmethod/imf/frameworks/kits/extension/src/ |
H A D | js_inputmethod_extension_context.cpp | 400 napi_set_named_property(env, objValue, "value", CreateJsValue(env, info.value)); in CreateJsMetadata()
|
/base/print/print_fwk/frameworks/kits/extension/src/ |
H A D | js_print_extension_context.cpp | 94 PRINT_HILOGE("params count or value is error"); in GetUndefinedValue() 423 napi_set_named_property(engine, object, "value", CreateJsValue(engine, Info.value)); in CreateJsMetadata()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 552 ErrCode SetAdditionConfig(const std::string &key, const std::string &value) override
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_stub.h | 91 * The value must be the ID of a published notification. 105 * The value must be the ID of a published notification. 116 * The value must be the ID of a published notification. 744 * @param enabled Specifies whether to allow all applications to publish notifications. The value true 745 * indicates that notifications are allowed, and the value false indicates that notifications 876 * @param key Indicates storing agent relationship if the value is "PROXY_PKG". 877 * @param value Indicates key-value pair of agent relationship. 880 virtual ErrCode SetAdditionConfig(const std::string &key, const std::string &value) override; 898 * @param enabled Specifies whether to allow the given application to publish notifications. The value [all...] |
/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | request_manager_impl_test.cpp | 525 FormItem form = { .name = "name", .value = "value" }; in HWTEST_F() 560 EXPECT_EQ(data.ReadString(), "value"); in HWTEST_F()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/ |
H A D | dlp_permission_serializer.cpp | 234 unordered_json accountInfo = iter.value(); in DeserializeAuthUserList()
|
/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | user_idm_client_test.cpp | 229 EXPECT_EQ(credPara.pinType, testPara.pinType.value()); in HWTEST_F()
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | schedule_node_test.cpp | 216 EXPECT_THAT(scheduleNode->GetTemplateIdList().value(), ElementsAreArray(TEMPLATE_LIST)); in HWTEST_F()
|