Home
last modified time | relevance | path

Searched defs:jv (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavformat/
Djvdec.c65 JVDemuxContext *jv = s->priv_data; in read_close() local
74 JVDemuxContext *jv = s->priv_data; in read_header() local
168 JVDemuxContext *jv = s->priv_data; in read_packet() local
229 JVDemuxContext *jv = s->priv_data; in read_seek() local
/third_party/flutter/skia/modules/skottie/src/
DSkottieAnimator.cpp235 static sk_sp<KeyframeAnimator> Make(const skjson::ArrayValue* jv, in Make()
267 int parseValue(const skjson::Value& jv, const AnimationBuilder* abuilder) override { in parseValue()
413 bool BindSplitPositionProperty(const skjson::Value& jv, in BindSplitPositionProperty()
429 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty()
436 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty()
448 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty()
455 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty()
DSkottieValue.cpp20 bool ValueTraits<ScalarValue>::FromJSON(const skjson::Value& jv, const internal::AnimationBuilder*, in FromJSON()
43 bool ValueTraits<VectorValue>::FromJSON(const skjson::Value& jv, const internal::AnimationBuilder*, in FromJSON()
98 bool ParsePointVec(const skjson::Value& jv, std::vector<SkPoint>* pts) { in ParsePointVec()
119 bool ValueTraits<ShapeValue>::FromJSON(const skjson::Value& jv, in FromJSON()
DSkottiePriv.h76 bool bindProperty(const skjson::Value& jv, in bindProperty()
/third_party/skia/modules/skottie/src/animator/
DShapeKeyframeAnimator.cpp42 static const skjson::ObjectValue* shape_root(const skjson::Value& jv) { in shape_root()
52 static bool parse_encoding_len(const skjson::Value& jv, size_t* len) { in parse_encoding_len()
62 static bool parse_encoding_data(const skjson::Value& jv, size_t data_len, float data[]) { in parse_encoding_data()
DVectorKeyframeAnimator.cpp238 const skjson::Value& jv, in parseKFValue()
278 [](const skjson::Value& jv, size_t* len) -> bool { in bind()
286 [](const skjson::Value& jv, size_t len, float* data) { in bind()
DScalarKeyframeAnimator.cpp95 const skjson::Value& jv, in parseKFValue()
DTextKeyframeAnimator.cpp100 const skjson::Value& jv, in parseKFValue()
DVec2KeyframeAnimator.cpp207 const skjson::Value& jv, in parseKFValue()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/
Dopencl_subgraph.cc154 auto jv = std::find(tensors.begin(), tensors.end(), in_tensors.at(i)); in GenToFormatOp() local
245 for (auto jv : cur_outs) { in UpdateTensorDataTypePass() local
263 for (auto jv : in_kernels) { in GetKernelFromToTensor() local
/third_party/skia/modules/skottie/src/text/
DTextValue.cpp16 bool Parse(const skjson::Value& jv, const internal::AnimationBuilder& abuilder, TextValue* v) { in Parse()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2_large.c275 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __rem_pio2_large() local
/third_party/musl/src/math/
D__rem_pio2_large.c275 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __rem_pio2_large() local
/third_party/flutter/skia/modules/skottie/src/text/
DTextValue.cpp17 bool ValueTraits<TextValue>::FromJSON(const skjson::Value& jv, in FromJSON()
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
Dk_rem_pio2.c182 int32_t jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; local
/third_party/boost/libs/fusion/test/sequence/
Djoint_view.cpp100 jv_type jv(t2, t1); in main() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCounter.java213 final long jv = o.map.get(jj).value; in compareTo() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCounter.java210 final long jv = o.map.get(jj).value; in compareTo() local
/third_party/jerryscript/jerry-libm/
Dtrig.c192 int jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; in __kernel_rem_pio2() local
/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp333 if (const skjson::ObjectValue* jv = EffectBuilder::GetPropValue(jprops, kMapLayer_Index)) { in GetDisplacementSource() local
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dops_front_infer_function.cc601 AbstractFuncAtomPtrList jv; in InferImplJ() local