Searched refs:g_timestamp (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/camera/test/common/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 21 int64_t OHOS::Camera::HdiCommonV1_1::StreamConsumer::g_timestamp[2] = {0};
member in OHOS::Camera::OHOS::Camera::HdiCommonV1_1::StreamConsumer 301 int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize)
in GetTimeStamp() 304 if (g_timestamp[0] == 0) {
in GetTimeStamp() 305 g_timestamp[0] = timestamp;
in GetTimeStamp() 307 g_timestamp[1] = timestamp;
in GetTimeStamp() 349 GetTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize);
in CreateProducer() 300 GetTimeStamp( int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize) GetTimeStamp() argument
|
/drivers/peripheral/camera/test/common/v1_1/include/ |
H A D | hdi_common_v1_1.h | 68 void GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize);
72 static int64_t g_timestamp[2];
member in OHOS::Camera::HdiCommonV1_1::StreamConsumer
|
/drivers/peripheral/camera/test/hdi/v1_1/src/ |
H A D | camera_hdi_uttest_v1_1.cpp | 116 timeStampThumbnail = OHOS::Camera::HdiCommonV1_1::StreamConsumer::g_timestamp[0];
in HWTEST_F() 117 timeStampCapture = OHOS::Camera::HdiCommonV1_1::StreamConsumer::g_timestamp[1];
in HWTEST_F()
|
Completed in 2 milliseconds