/third_party/ffmpeg/libavcodec/ |
H A D | dxva2_h264.c | 199 static void fill_slice_short(DXVA_Slice_H264_Short *slice, in fill_slice_short() argument 218 static void fill_slice_long(AVCodecContext *avctx, DXVA_Slice_H264_Long *slice, in fill_slice_long() argument 308 DXVA_Slice_H264_Short *slice = NULL; commit_bitstream_and_slice_buffer() local [all...] |
H A D | dxva2_hevc.c | 230 static void fill_slice_short(DXVA_Slice_HEVC_Short *slice, in fill_slice_short() argument 247 DXVA_Slice_HEVC_Short *slice = NULL; in commit_bitstream_and_slice_buffer() local [all...] |
H A D | dxva2_vc1.c | 36 DXVA_SliceInfo slice[MAX_SLICES]; member 165 static void fill_slice(AVCodecContext *avctx, DXVA_SliceInfo *slice, in fill_slice() argument 197 DXVA_SliceInfo *slice = NULL; commit_bitstream_and_slice_buffer() local [all...] |
H A D | cbs_mpeg2.c | 212 MPEG2RawSlice *slice = unit->content; in cbs_mpeg2_read_unit() local 297 MPEG2RawSlice *slice = unit->content; in cbs_mpeg2_write_slice() local [all...] |
H A D | hq_hqa.c | 124 int slice, start_off, next_off, i, ret; in hq_decode_frame() local 248 int i, slice, ret; hqa_decode_frame() local [all...] |
H A D | vaapi_encode_mjpeg.c | 83 vaapi_encode_mjpeg_write_image_header(AVCodecContext *avctx, VAAPIEncodePicture *pic, VAAPIEncodeSlice *slice, char *data, size_t *data_len) vaapi_encode_mjpeg_write_image_header() argument 414 vaapi_encode_mjpeg_init_slice_params(AVCodecContext *avctx, VAAPIEncodePicture *pic, VAAPIEncodeSlice *slice) vaapi_encode_mjpeg_init_slice_params() argument
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_dec_common.h | 189 const void *slice; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tex.cpp | 269 auto slice = nir_fround_even(b, nir_channel(b, tex->src[coord_idx].src.ssa, 3)); in r600_nir_lower_cube_to_2darray_impl() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_texture.h | 119 unsigned slice; /**< array slice or cube face */ member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_layout.c | 360 struct pan_image_slice_layout *slice = &layout->slices[l]; in pan_image_layout_init() local 205 panfrost_compute_checksum_size( struct pan_image_slice_layout *slice, unsigned width, unsigned height) panfrost_compute_checksum_size() argument 484 const struct pan_image_slice_layout *slice = &iview->image->layout.slices[level]; pan_iview_get_surface() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | scheck.c | 97 static BoolectorNode *slice(Btor *btor, struct instruction *insn, BoolectorNode *s) in slice() function
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | constant-array-builder.cc | 149 ConstantArraySlice* slice = idx_slice_[--i]; in size() local 170 const ConstantArraySlice* slice = IndexToSlice(index); in At() local 293 ConstantArraySlice* slice = nullptr; OperandSizeToSlice() local 320 ConstantArraySlice* slice = IndexToSlice(index); SetDeferredAt() local 325 ConstantArraySlice* slice = IndexToSlice(index); SetJumpTableSmi() local 358 ConstantArraySlice* slice = OperandSizeToSlice(operand_size); CommitReservedEntry() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_const.h | 279 struct fdl_slice *slice = fd_resource_slice(rsc, img->u.tex.level); in ir3_emit_image_dims() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
H A D | ReadableFontData.java | 152 public ReadableFontData slice(int offset, int length) { in slice() method in ReadableFontData 169 public ReadableFontData slice(int offset) { slice() method in ReadableFontData [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | readable_font_data.cc | 325 FontDataPtr slice = new ReadableFontData(this, offset, length); in Slice() local 337 FontDataPtr slice = new ReadableFontData(this, offset); in Slice() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | ebdt_table.cc | 110 WritableFontDataPtr slice; in SubSerialize() local 223 ReadableFontDataPtr slice; in Initialize() local
|
H A D | index_sub_table_format5.cc | 214 WritableFontDataPtr slice; in SubSerialize() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | font_data_test.cc | 260 ReadableFontDataPtr slice; in SlicingReadTest() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 171 ArrayRef<T> slice(size_t N, size_t M) const { in slice() function in llvm::ArrayRef 177 ArrayRef<T> slice(size_t N) const { return slice(N, size() - N); } in slice() function in llvm::ArrayRef 344 MutableArrayRef<T> slice(size_t N, size_t M) const { in slice() function in llvm::ArrayRef 350 MutableArrayRef<T> slice(size_t N) const { slice() function in llvm::ArrayRef [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 188 ArrayRef<T> slice(size_t N, size_t M) const { in slice() function in llvm::ArrayRef 194 ArrayRef<T> slice(size_t N) const { return slice(N, size() - N); } in slice() function in llvm::ArrayRef 360 MutableArrayRef<T> slice(size_t N, size_t M) const { in slice() function in llvm::ArrayRef 366 MutableArrayRef<T> slice(size_t N) const { slice() function in llvm::ArrayRef [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | NioByteString.java | 281 private ByteBuffer slice(int beginIndex, int endIndex) { slice() method in NioByteString [all...] |
/third_party/python/Objects/ |
H A D | sliceobject.c | 154 PyObject *start, *end, *slice; in _PySlice_FromIndices() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border.h | 294 void SetBorderImageSlice(const Dimension& slice, BorderImageDirection direction) in SetBorderImageSlice() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | pixelmap_image.cpp | 75 const auto& slice = config.resizableSlice_; in ConvertSlice() local 232 const auto& slice = GetPaintConfig().resizableSlice_; in StretchImageWithSlice() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.cpp | 64 const auto& slice = config.resizableSlice_; in ConvertSlice() local 328 const auto& slice = GetPaintConfig().resizableSlice_; in DrawImageNine() local [all...] |