/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/ |
H A 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()
|
H A 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];
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/ |
H A 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()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 455 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp() argument 458 if (g_timestamp[0] == 0) { in GetTimeStamp() 459 g_timestamp[0] = timestamp; in GetTimeStamp() 461 g_timestamp[1] = timestamp; in GetTimeStamp() 502 … GetTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize); in CreateProducer()
|
H A D | camera_hdi_uttest_v1_2.cpp | 23 int64_t OHOS::Camera::Test::StreamConsumer::g_timestamp[2] = {0}; member in OHOS::Camera::Test::StreamConsumer
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 497 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp() argument 500 if (g_timestamp[0] == 0) { in GetTimeStamp() 501 g_timestamp[0] = timestamp; in GetTimeStamp() 503 g_timestamp[1] = timestamp; in GetTimeStamp() 544 … GetTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize); in CreateProducer()
|
H A D | camera_hdi_uttest_v1_3.cpp | 32 int64_t OHOS::Camera::Test::StreamConsumer::g_timestamp[2] = {0}; member in OHOS::Camera::Test::StreamConsumer
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/include/ |
H A 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
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/ |
H A D | hdi_common_v1_2.h | 207 … void GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize); 238 static int64_t g_timestamp[2]; variable
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/ |
H A D | hdi_common_v1_3.h | 193 … void GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize); 224 static int64_t g_timestamp[2]; variable
|
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/ |
H A D | common.h | 248 static int64_t g_timestamp[2]; variable
|