Searched refs:size2 (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/multimedia/av_codec/demuxer/src/ |
H A D | api_test.cpp | 505 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 D | func_test.cpp | 905 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 D | nativebuffer.cpp | 1062 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 D | napi_test.cpp | 3983 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