Home
last modified time | relevance | path

Searched refs:size (Results 11651 - 11675 of 21346) sorted by relevance

1...<<461462463464465466467468469470>>...854

/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dugender.h76 * @param size the size of the list.
82 ugender_getListGender(const UGenderInfo* genderInfo, const UGender *genders, int32_t size, UErrorCode *status);
/third_party/skia/tests/
H A DICCTest.cpp20 REPORTER_ASSERT(r, skcms_Parse(profile->data(), profile->size(), &parsed)); in DEF_TEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DHeapD3D12.h31 Heap(ComPtr<ID3D12Pageable> d3d12Pageable, MemorySegment memorySegment, uint64_t size);
H A DStagingBufferD3D12.h28 StagingBuffer(size_t size, Device* device);
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DStagingBufferMTL.h30 StagingBuffer(size_t size, Device* device);
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DStagingBufferVk.h28 StagingBuffer(size_t size, Device* device);
/third_party/skia/third_party/externals/freetype/src/base/
H A Dmd5.h42 extern void MD5_Update(MD5_CTX *ctx, const void *data, unsigned long size);
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1gload.h42 FT_Size size,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMemoryObject.h20 /// to block or do some work to get it. More significantly, the exact size of
25 /// isValidAddress can be used to test addresses without knowing the exact size
32 /// Returns the size of the region in bytes. (The region is contiguous, so
35 /// @result - The size of the region.
42 /// and large enough to hold size bytes.
52 /// block until (address - base + size) bytes have been read
54 /// @param size - amount of data that must be available on return
56 virtual const uint8_t *getPointer(uint64_t address, uint64_t size) const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
H A DMemoryObject.h20 /// to block or do some work to get it. More significantly, the exact size of
25 /// isValidAddress can be used to test addresses without knowing the exact size
32 /// Returns the size of the region in bytes. (The region is contiguous, so
35 /// @result - The size of the region.
42 /// and large enough to hold size bytes.
52 /// block until (address - base + size) bytes have been read
54 /// @param size - amount of data that must be available on return
56 virtual const uint8_t *getPointer(uint64_t address, uint64_t size) const = 0;
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dprinter_other.cc28 fwrite(str.data(), 1, str.size(), file);
/third_party/skia/third_party/externals/tint/src/utils/
H A Dto_const_ptr_vec.h29 out.reserve(in.size()); in ToConstPtrVec()
/third_party/typescript/tests/baselines/reference/
H A DdiscriminatedUnionErrorMessage.js2 type Square = { kind: "sq", size: number }
/third_party/skia/third_party/externals/dawn/src/utils/
H A DTerribleCommandBuffer.h31 void* GetCmdSpace(size_t size) override;
/third_party/skia/modules/skottie/include/
H A DExternalLayer.h45 * @param size Lottie-specified precomp layer size
51 const SkSize& size) = 0;
/third_party/skia/docs/examples/
H A DTextBlob_serialize_2.cpp13 sk_sp<SkTextBlob> copy = SkTextBlob::Deserialize(data->data(), data->size(), SkDeserialProcs()); in REG_FIDDLE()
/third_party/skia/include/core/
H A DSkMaskFilter.h42 static sk_sp<SkMaskFilter> Deserialize(const void* data, size_t size,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoSessionNvUtils.hpp38 virtual bool parseByteStream (deUint8* pData, deInt64 size) = 0;
/drivers/hdf_core/adapter/platform/spi/
H A Dspi_bes.c208 * @param[in] size spi send data size
218 static int32_t HalSpiSend(const struct SpiDevice *spiDevice, const uint8_t *data, uint16_t size, uint32_t timeOut) in HalSpiSend() argument
222 uint32_t len = size; in HalSpiSend()
226 if (spiDevice == NULL || data == NULL || size == 0) { in HalSpiSend()
256 HDF_LOGE("spi tail send fail %ld, size %ld\r\n", ret, len); in HalSpiSend()
273 * @param[in] size spi recv data size
279 static int32_t HalSpiRecv(const struct SpiDevice *spiDevice, uint8_t *data, uint16_t size, uint32_t timeOut) in HalSpiRecv() argument
282 int32_t len = (int32_t)size; in HalSpiRecv()
[all...]
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp291 wifiInfo.size = WLAN_FREQ_MAX_NUM; in HWTEST_F()
445 uint32_t size = 2; in HWTEST_F() local
449 int32_t rc = g_wlanObj->SetCountryCode(g_wlanObj, nullptr, codeDigital, size); in HWTEST_F()
452 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, code, size); in HWTEST_F()
455 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, nullptr, size); in HWTEST_F()
457 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, code, size); in HWTEST_F()
/test/xts/acts/multimedia/avsession/avsession_ndk_standard/avsession_ndk_stage/entry/src/main/cpp/
H A DAvsessionTest.cpp573 if (params.size() != avSessionTestAllParaCnt) { return AV_SESSION_ERR_INVALID_PARA; } in TestAVSessionTestAll()
663 if (params.size() != 1) {return AV_SESSION_ERR_INVALID_PARA;} in TestAVSessionSetPlaybackState()
684 if (params.size() != 1) {return AV_SESSION_ERR_INVALID_PARA;} in TestAVSessionSetFavorite()
704 if (params.size() != 1) {return AV_SESSION_ERR_INVALID_PARA;} in TestAVSessionSetLoopMode()
726 if (params.size() != kExpectedParamCount) {return AV_SESSION_ERR_INVALID_PARA;} in TestAVSessionSetPlaybackPosition()
759 if (params.size() != avSessionSetAvMetaDataParaCnt) { return AV_SESSION_ERR_INVALID_PARA; } in TestAVSessionSetAVMetaData()
/test/xts/hats/hdf/wlan/hdi_service/
H A Dwlan_hdi_direct_test.cpp264 wifiInfo.size = WLAN_FREQ_MAX_NUM; in HWTEST_F()
411 uint32_t size = 2; in HWTEST_F() local
415 int32_t rc = g_wlanObj->SetCountryCode(g_wlanObj, nullptr, codeDigital, size); in HWTEST_F()
418 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, code, size); in HWTEST_F()
421 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, nullptr, size); in HWTEST_F()
423 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, code, size); in HWTEST_F()
/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c251 static int decode_scaling_list(GetBitContext *gb, uint8_t *factors, int size, in decode_scaling_list() argument
256 const uint8_t *scan = size == 16 ? ff_zigzag_scan : ff_zigzag_direct; in decode_scaling_list()
258 memcpy(factors, fallback_list, size * sizeof(uint8_t)); in decode_scaling_list()
260 for (i = 0; i < size; i++) { in decode_scaling_list()
270 memcpy(factors, jvt_list, size * sizeof(uint8_t)); in decode_scaling_list()
629 !memcmp(ps->sps_list[sps_id]->data, sps_buf->data, sps_buf->size)) { in ff_h264_decode_seq_parameter_set()
H A Ddxva2_av1.c272 av_unused uint32_t size) in dxva2_av1_start_frame()
293 uint32_t size) in dxva2_av1_decode_slice()
310 ctx_pic->bitstream_size = size; in dxva2_av1_decode_slice()
325 ctx_pic->bitstream_size + size); in dxva2_av1_decode_slice()
331 memcpy(ctx_pic->bitstream + ctx_pic->bitstream_size, buffer, size); in dxva2_av1_decode_slice()
341 ctx_pic->bitstream_size += size; in dxva2_av1_decode_slice()
382 av_log(avctx, AV_LOG_ERROR, "Bitstream size exceeds hardware buffer"); in commit_bitstream_and_slice_buffer()
270 dxva2_av1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) dxva2_av1_start_frame() argument
291 dxva2_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) dxva2_av1_decode_slice() argument
H A Dlibopenjpegenc.c73 int remaining = packet->size - writer->pos; in stream_write()
76 int max_growth = INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE - packet->size; in stream_write()
101 int remaining = packet->size - writer->pos; in stream_skip()
104 int max_growth = INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE - packet->size; in stream_skip()
124 if (nb_bytes > packet->size) { in stream_seek()
126 av_grow_packet(packet, (int)nb_bytes - packet->size)) { in stream_seek()
150 /* Codeblock size= 32 * 32 */ in cinema_parameters()

Completed in 20 milliseconds

1...<<461462463464465466467468469470>>...854