Home
last modified time | relevance | path

Searched refs:size2 (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/multimedia/av_codec/demuxer/src/
H A Dapi_test.cpp505 int64_t size2 = 0; in HWTEST_F() local
509 size2 = static_cast<int64_t>(fileStatus.st_size); in HWTEST_F()
512 OH_AVSource *source2 = OH_AVSource_CreateWithFD(fd2, 0, size2); in HWTEST_F()
513 cout << size2 << "------------------" << endl; in HWTEST_F()
H A Dfunc_test.cpp905 int64_t size2 = GetFileSize(file2); in HWTEST_F() local
911 source = OH_AVSource_CreateWithFD(fd, size1, size2); in HWTEST_F()
1020 int64_t size2 = GetFileSize(file2); in HWTEST_F() local
1026 source = OH_AVSource_CreateWithFD(fd, size1, size2); in HWTEST_F()
/test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/
H A Dnativebuffer.cpp1062 int32_t size2 = 0; in OHNativeBufferSetMetadataValueTimes() local
1064 ret = OH_NativeBuffer_GetMetadataValue(nativeBuffer, metadataKey, &size2, &metadata2); in OHNativeBufferSetMetadataValueTimes()
1069 if (size != size2) { in OHNativeBufferSetMetadataValueTimes()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp3983 size_t size2; in NameHandler3() local
3984 OH_JSVM_GetValueStringUtf8(env, valueName, str2, strlen(str2), &size2); in NameHandler3()
4181 size_t size2; in IndexHandler4() local
4182 OH_JSVM_GetValueStringUtf8(env, valueName, str2, strlen(str2), &size2); in IndexHandler4()

Completed in 26 milliseconds