Home
last modified time | relevance | path

Searched defs:strh (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/
Driff-media.c53 gst_riff_strh * strh, gst_riff_strf_vids * strf, in gst_riff_create_video_caps()
1219 gst_riff_strh * strh, gst_riff_strf_auds * strf, in gst_riff_create_audio_caps()
1851 gst_riff_strh * strh, gst_riff_strf_iavs * strf, in gst_riff_create_iavs_caps()
Driff-read.c286 gst_riff_strh *strh; in gst_riff_parse_strh() local
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.h69 gst_riff_strh *strh; member
Dgstavimux.c1331 guint strh, strl, strf, indx; in gst_avi_mux_riff_get_avi_header() local
Dgstavidemux.c2073 gst_riff_strh *strh; in gst_avi_demux_parse_stream() local
3214 gst_riff_strh *strh; in gst_avi_demux_calculate_durations_from_index() local
/third_party/ffmpeg/libavformat/
Davienc.c268 int64_t list1, list2, strh, strf; in avi_write_header() local
/third_party/vixl/test/aarch64/
Dtest-trace-aarch64.cc326 __ strh(w26, MemOperand(x0)); in GenerateTestSequenceBase() local
327 __ strh(w26, MemOperand(x1, 2, PostIndex)); in GenerateTestSequenceBase() local
328 __ strh(w26, MemOperand(x1, 2, PreIndex)); in GenerateTestSequenceBase() local
329 __ strh(x27, MemOperand(x0)); in GenerateTestSequenceBase() local
330 __ strh(x27, MemOperand(x1, 2, PostIndex)); in GenerateTestSequenceBase() local
331 __ strh(x27, MemOperand(x1, 2, PreIndex)); in GenerateTestSequenceBase() local
Dtest-assembler-aarch64.cc11344 __ strh(w2, MemOperand(x1, offset), RequireScaledOffset); in TEST() local
11351 __ strh(w2, MemOperand(x1, offset), RequireScaledOffset); in TEST() local
11571 __ strh(w2, MemOperand(x1, preindex, PreIndex)); in TEST() local
11579 __ strh(w2, MemOperand(x1, preindex, PreIndex)); in TEST() local
11738 __ strh(w2, MemOperand(x1, postindex, PostIndex)); in TEST() local
11746 __ strh(w2, MemOperand(x1, postindex, PostIndex)); in TEST() local
11859 __ strh(w2, MemOperand(x1, x10)); in TEST() local
11867 __ strh(w2, MemOperand(x1, x10)); in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc486 void Assembler::strh(Register rd, Address ad, Condition cond) { in strh() function in dart::Assembler
/third_party/vixl/src/aarch32/
Dassembler-aarch32.h3494 void strh(Register rt, const MemOperand& operand) { in strh() function
3497 void strh(Condition cond, Register rt, const MemOperand& operand) { in strh() function
3500 void strh(EncodingSize size, Register rt, const MemOperand& operand) { in strh() function
Dassembler-aarch32.cc11960 void Assembler::strh(Condition cond, in strh() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc3155 void Disassembler::strh(Condition cond, in strh() function in vixl::aarch32::Disassembler
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc1615 __ strh(i.InputRegister(0), i.InputOffset(1)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc3310 __ strh(temp1, MemOperand(dest, 2, PostIndex), cs); in Generate_MemCopyUint8Uint8() local
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64.cc1289 void Assembler::strh(const Register& rt, const MemOperand& dst) { in strh() function in v8::internal::Assembler
/third_party/skia/src/core/
DSkVM.cpp2468 void Assembler::strh(V src, X dst, int imm12) { in strh() function in skvm::Assembler
/third_party/vixl/src/aarch64/
Dassembler-aarch64.cc1224 void Assembler::strh(const Register& rt, in strh() function in vixl::aarch64::Assembler
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc2110 void Assembler::strh(Register src, const MemOperand& dst, Condition cond) { in strh() function in v8::internal::Assembler
/third_party/vixl/benchmarks/aarch32/
Dasm-disasm-speed-test.cc8899 __ strh(r3, MemOperand(sp, 44)); in Generate_67() local