Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 20 of 20) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_compress.cpp136 CompressWork blocks; in RunThread() local
175 CompressWork blocks = {}; in EnqueueCompressBlocks() local
198 CompressWork blocks = std::move(compressed_queue_.front()); in GetCompressedBuffers() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/snippets/
H A Dcore_image_blocks.json3 "blocks": [ array
H A Dcore_lerp_blocks.json4 "blocks": [ array
/aosp14/frameworks/base/core/proto/android/os/
H A Dpagetypeinfo.proto87 repeated Block blocks = 4; field
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd_readahead.cpp190 std::vector<uint64_t>& blocks) { in PrepareReadAhead()
326 std::vector<uint64_t> blocks; in ReadAheadIOStart() local
/ohos5.0/base/startup/init/interfaces/innerkits/include/fs_manager/
H A Derofs_super_block.h36 __le32 blocks; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_state_mgmt_profiler.cpp102 for (const auto& blocks : rootBlocks_) { in Report() local
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator_test.cpp317 void BlocksToExtents(const std::vector<uint64_t>& blocks, in BlocksToExtents()
326 std::vector<uint64_t> blocks; in ExtentsToBlocks() local
/aosp14/system/core/libsparse/
H A Dsparse_read.cpp213 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_raw_chunk()
247 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_fill_chunk()
288 SparseFileSource* source __unused, unsigned int blocks, in process_skip_chunk()
H A Dsparse.cpp122 unsigned int blocks = backed_block_block(bb) - last_block; in write_all_blocks() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_constant.h33 uint8_t blocks; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp98 uint8_t blocks = (codecParam.blocks * VALUE_4) + VALUE_4; in CalculateFrameLength() local
116 uint16_t blocks = (codecParam.blocks * VALUE_4) + VALUE_4; in CalculateCodecSize() local
609 int blocks, int channels, int subbands) const in CalculateScalefactors()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutTest.java209 final ArraySet<Integer> blocks = layout.getBlocksAlwaysNeedToBeRedrawn(); in testReflow_afterSpannableEdit() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/
H A Dmy_fullscreen.json29 "blocks" : [ array
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp419 std::vector<IncFsDataBlock> blocks; in onPrepareImage() local
469 std::vector<IncFsDataBlock>* blocks) { in copyToIncFs()
514 std::vector<char>* buffer, std::vector<IncFsDataBlock>* blocks) { in flashToIncFs()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java838 public int blocks = 0; field in DropBoxManagerService.FileList
863 public final int blocks; field in DropBoxManagerService.EntryFile
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_readahead.cpp54 std::vector<uint64_t>& blocks, in PrepareNextReadAhead()
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp241 size_t blocks = it->second - it->first; in MoveBlock() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp484 const uint16_t blocks = SUBBAND4 + (g_sbcEncode.blocks * SUBBAND4); in A2dpSbcEncodeFrames() local
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2448 public Range<Rational> getAspectRatioRange(boolean blocks) { in getAspectRatioRange()