Searched refs:g_timestamp (Results 1 – 8 of 8) sorted by relevance
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
D | hdi_common_v1_1.cpp | 375 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()
|
D | camera_hdi_uttest_v1_1.cpp | 21 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/ |
D | hdi_common_v1_1.cpp | 375 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()
|
D | camera_hdi_uttest_v1_1.cpp | 21 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/ |
D | hdi_common_v1_2.cpp | 19 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/ |
D | hdi_common_v1_1.h | 153 … 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/ |
D | hdi_common_v1_1.h | 153 … 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/ |
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
|