Home
last modified time | relevance | path

Searched defs:fileBuffer (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dload_sec_file.c53 char *fileBuffer = NULL; in LoadSecFile() local
H A Dtee_client_app_load.c201 char *fileBuffer = malloc(totalImgLen); in TEEC_DoReadApp() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/
H A Dvideo_decoder_capi_unit_test.cpp263 char *fileBuffer = static_cast<char *>(malloc(sizeof(char) * info.size + 1)); in InputFunc() local
312 char *fileBuffer = static_cast<char *>(malloc(sizeof(char) * info.size + 1)); in FormatChangeInputFunc() local
956 char *fileBuffer = static_cast<char *>(malloc(sizeof(char) * info.size + 1)); variable
994 char *fileBuffer = static_cast<char *>(malloc(sizeof(char) * info.size + 1)); variable
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dsecfile_load_agent.c95 char *fileBuffer = NULL; in LoadSecFile() local
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp290 uint8_t *fileBuffer = OH_AVBuffer_GetAddr(buffer); in PushData() local
446 uint8_t *fileBuffer = OH_AVBuffer_GetAddr(buffer); in InputFunc() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Ddecoder_demo.cpp246 char *fileBuffer = static_cast<char *>(malloc(sizeof(char) * (*frameLen) + 1)); in InputFunc() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp1741 std::ostringstream fileBuffer; variable
1758 std::ostringstream fileBuffer; variable
1781 std::ostringstream fileBuffer; variable
1804 std::ostringstream fileBuffer; variable
1824 std::ostringstream fileBuffer; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp140 uint8_t *fileBuffer = new uint8_t[bufferSize]; in SendData() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp302 bool ParseImageConfig(const char* fileBuffer, int totalsize, FrameRateConfig& frameConfig) in ParseImageConfig()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp429 uint8_t *fileBuffer = new uint8_t[bufferSize + START_CODE_SIZE]; in SendData() local
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtc_ns_client.h100 char *fileBuffer; member
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp351 uint8_t *fileBuffer = OH_AVMemory_GetAddr(buffer); in PushData() local
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken.c602 char *fileBuffer = NULL; in UpdateInfoInCfgFile() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp355 uint8_t *fileBuffer = new uint8_t[bufferSize + START_CODE_SIZE]; in SendData() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp642 uint8_t *fileBuffer = OH_AVMemory_GetAddr(buffer); in PushData() local
H A Dvideoenc_api11_sample.cpp929 uint8_t *fileBuffer = OH_AVBuffer_GetAddr(buffer); in PushData() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp568 uint8_t *fileBuffer = new uint8_t[bufferSize + START_CODE_SIZE]; in SendData() local
H A Dvideodec_api11_sample.cpp691 uint8_t *fileBuffer = new uint8_t[bufferSize + START_CODE_SIZE]; in SendData() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp568 uint8_t *fileBuffer = new uint8_t[bufferSize + START_CODE_SIZE]; in SendData() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp641 uint8_t *fileBuffer = new uint8_t[bufferSize + START_CODE_SIZE]; in SendData() local
H A Dvideodec_api11_sample.cpp703 uint8_t *fileBuffer = new uint8_t[bufferSize + START_CODE_SIZE]; in SendData() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp446 uint8_t *fileBuffer = buffer->GetBase(); in PushData() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp734 …char *fileBuffer = ReadFile(fullPath, fileSize, JsAppEnvironment::GetInstance()->IsSnapshotMode()); in ReadJSFile() local