Home
last modified time | relevance | path

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

/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
/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
/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()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/
H A Dmy_fullscreen.json29 "blocks" : [ array
/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