/drivers/peripheral/camera/test/hdi/v1_1/src/ |
D | hdi_common_v1_1.cpp | 369 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp() argument 372 if (g_timestamp[0] == 0) { in GetTimeStamp() 373 g_timestamp[0] = timestamp; in GetTimeStamp() 375 g_timestamp[1] = timestamp; in GetTimeStamp() 416 … GetTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize); in CreateProducer()
|
D | camera_hdi_uttest_v1_1.cpp | 22 int64_t OHOS::Camera::Test::StreamConsumer::g_timestamp[2] = {0}; member in OHOS::Camera::Test::StreamConsumer 117 timeStampThumbnail = OHOS::Camera::Test::StreamConsumer::g_timestamp[0]; 118 timeStampCapture = OHOS::Camera::Test::StreamConsumer::g_timestamp[1];
|
/drivers/peripheral/camera/test/benchmarktest/v1_3/src/ |
D | benchmark_common.cpp | 462 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp() argument 465 if (g_timestamp[0] == 0) { in GetTimeStamp() 466 g_timestamp[0] = timestamp; in GetTimeStamp() 468 g_timestamp[1] = timestamp; in GetTimeStamp() 509 … GetTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize); in CreateProducer()
|
/drivers/peripheral/camera/test/hdi/v1_2/src/ |
D | hdi_common_v1_2.cpp | 454 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp() argument 457 if (g_timestamp[0] == 0) { in GetTimeStamp() 458 g_timestamp[0] = timestamp; in GetTimeStamp() 460 g_timestamp[1] = timestamp; in GetTimeStamp() 501 … GetTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize); in CreateProducer()
|
D | camera_hdi_uttest_v1_2.cpp | 23 int64_t OHOS::Camera::Test::StreamConsumer::g_timestamp[2] = {0}; member in OHOS::Camera::Test::StreamConsumer
|
/drivers/peripheral/camera/test/hdi/v1_3/src/ |
D | hdi_common_v1_3.cpp | 474 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp() argument 477 if (g_timestamp[0] == 0) { in GetTimeStamp() 478 g_timestamp[0] = timestamp; in GetTimeStamp() 480 g_timestamp[1] = timestamp; in GetTimeStamp() 521 … GetTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize); in CreateProducer()
|
D | camera_hdi_uttest_v1_3.cpp | 32 int64_t OHOS::Camera::Test::StreamConsumer::g_timestamp[2] = {0}; member in OHOS::Camera::Test::StreamConsumer
|
/drivers/peripheral/camera/test/hdi/v1_1/include/ |
D | hdi_common_v1_1.h | 163 … void GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize); 194 static int64_t g_timestamp[2]; variable
|
/drivers/peripheral/camera/test/hdi/v1_3/include/ |
D | hdi_common_v1_3.h | 186 … void GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize); 217 static int64_t g_timestamp[2]; variable
|
/drivers/peripheral/camera/test/hdi/v1_2/include/ |
D | hdi_common_v1_2.h | 205 … void GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize); 236 static int64_t g_timestamp[2]; variable
|
/drivers/peripheral/camera/test/fuzztest/common/include/ |
D | common.h | 244 static int64_t g_timestamp[2]; variable
|