Home
last modified time | relevance | path

Searched refs:g_timestamp (Results 1 – 8 of 8) sorted by relevance

/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
Dhdi_common_v1_1.cpp375 void Test::StreamConsumer::ReturnTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp… in ReturnTimeStamp() argument
378 if (g_timestamp[0] == 0) { in ReturnTimeStamp()
379 g_timestamp[0] = timestamp; in ReturnTimeStamp()
381 g_timestamp[1] = timestamp; in ReturnTimeStamp()
422 … ReturnTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize); in CreateProducer()
Dcamera_hdi_uttest_v1_1.cpp21 int64_t OHOS::Camera::Test::StreamConsumer::g_timestamp[2] = {0}; member in OHOS::Camera::Test::StreamConsumer
299 timeStampThumbnail = OHOS::Camera::Test::StreamConsumer::g_timestamp[0];
300 timeStampCapture = OHOS::Camera::Test::StreamConsumer::g_timestamp[1];
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
Dhdi_common_v1_1.cpp375 void Test::StreamConsumer::ReturnTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp… in ReturnTimeStamp() argument
378 if (g_timestamp[0] == 0) { in ReturnTimeStamp()
379 g_timestamp[0] = timestamp; in ReturnTimeStamp()
381 g_timestamp[1] = timestamp; in ReturnTimeStamp()
422 … ReturnTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize); in CreateProducer()
Dcamera_hdi_uttest_v1_1.cpp21 int64_t OHOS::Camera::Test::StreamConsumer::g_timestamp[2] = {0}; member in OHOS::Camera::Test::StreamConsumer
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dhdi_common_v1_2.cpp19 int64_t OHOS::Camera::Test::StreamConsumer::g_timestamp[2] = {0}; member in OHOS::Camera::Test::StreamConsumer
502 void Test::StreamConsumer::GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, i… in GetTimeStamp() argument
505 if (g_timestamp[0] == 0) { in GetTimeStamp()
506 g_timestamp[0] = timestamp; in GetTimeStamp()
508 g_timestamp[1] = timestamp; in GetTimeStamp()
549 … GetTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
Dhdi_common_v1_1.h153 … void ReturnTimeStamp(int64_t *g_timestamp, uint32_t lenght,int64_t timestamp, int32_t gotSize);
184 static int64_t g_timestamp[2]; variable
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
Dhdi_common_v1_1.h153 … void ReturnTimeStamp(int64_t *g_timestamp, uint32_t lenght,int64_t timestamp, int32_t gotSize);
184 static int64_t g_timestamp[2]; variable
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
Dhdi_common_v1_2.h207 … void GetTimeStamp(int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize);
238 static int64_t g_timestamp[2]; variable