Home
last modified time | relevance | path

Searched defs:info_size (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dmatrix_inverse_gpu_kernel.h141 size_t info_size = batch_size_ * sizeof(int); in InitSizeLists() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dwebp_enc.c156 const size_t info_size = mb_w * mb_h * sizeof(*enc->mb_info_); in InitVP8Encoder() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dwebp_enc.c156 const size_t info_size = mb_w * mb_h * sizeof(*enc->mb_info_); in InitVP8Encoder() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dsysinfo.cc83 DWORD info_size = sizeof(Info); in Win32NumCPUs() local
/third_party/ffmpeg/libavcodec/
Dhq_hqa.c321 int info_size; in hq_hqa_decode_frame() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_cmd_buffer.c438 size_t info_size = 0; in lvp_CmdPushDescriptorSetWithTemplateKHR() local
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c1030 gint64 info_size = GST_VIDEO_INFO_SIZE (&(config_ptr->info)); in gst_raw_video_parse_get_overhead_size() local
/third_party/cef/tests/ceftests/
Dbrowser_info_map_unittest.cc67 size_t info_size() const { return info_list_.size(); } in info_size() function in __anonf33e77f00111::MyVisitor
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp1468 UINT32 info_size; in gst_mf_video_enc_enum_internal() local
/third_party/glib/glib/
Dgmessages.c1540 gint info_size = sizeof (FILE_NAME_INFO) + sizeof (WCHAR) * MAX_PATH; in win32_is_pipe_tty() local
/third_party/python/Lib/tkinter/
Dtix.py1483 def info_size(self): member in TList