Home
last modified time | relevance | path

Searched defs:slice (Results 76 - 100 of 268) sorted by relevance

1234567891011

/third_party/ffmpeg/libavcodec/
H A Ddxva2_h264.c199 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 Ddxva2_hevc.c230 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 Ddxva2_vc1.c36 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 Dcbs_mpeg2.c212 MPEG2RawSlice *slice = unit->content; in cbs_mpeg2_read_unit() local
297 MPEG2RawSlice *slice = unit->content; in cbs_mpeg2_write_slice() local
[all...]
H A Dhq_hqa.c124 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 Dvaapi_encode_mjpeg.c83 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 Dvid_dec_common.h189 const void *slice; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tex.cpp269 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 Dsvga_resource_texture.h119 unsigned slice; /**< array slice or cube face */ member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_layout.c360 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 Dscheck.c97 static BoolectorNode *slice(Btor *btor, struct instruction *insn, BoolectorNode *s) in slice() function
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc149 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 Dir3_const.h279 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 DReadableFontData.java152 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 Dreadable_font_data.cc325 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 Debdt_table.cc110 WritableFontDataPtr slice; in SubSerialize() local
223 ReadableFontDataPtr slice; in Initialize() local
H A Dindex_sub_table_format5.cc214 WritableFontDataPtr slice; in SubSerialize() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dfont_data_test.cc260 ReadableFontDataPtr slice; in SlicingReadTest() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h171 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 DArrayRef.h188 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 DNioByteString.java281 private ByteBuffer slice(int beginIndex, int endIndex) { slice() method in NioByteString
[all...]
/third_party/python/Objects/
H A Dsliceobject.c154 PyObject *start, *end, *slice; in _PySlice_FromIndices() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder.h294 void SetBorderImageSlice(const Dimension& slice, BorderImageDirection direction) in SetBorderImageSlice() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpixelmap_image.cpp75 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 Ddrawing_image.cpp64 const auto& slice = config.resizableSlice_; in ConvertSlice() local
328 const auto& slice = GetPaintConfig().resizableSlice_; in DrawImageNine() local
[all...]

Completed in 18 milliseconds

1234567891011