Searched refs:gotSize (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/camera/test/demo_3A/ |
H A D | stream_customer.cpp | 51 int32_t gotSize = 0; in CamFrame() local 55 buff->GetExtraData()->ExtraGet(OHOS::Camera::dataSize, gotSize); in CamFrame() 59 gotSize, frameNum, timestamp); in CamFrame() 60 callback(addr, gotSize); in CamFrame()
|
/drivers/peripheral/camera/test/demo/ |
H A D | stream_customer.cpp | 51 int32_t gotSize = 0; in CamFrame() local 55 buff->GetExtraData()->ExtraGet(OHOS::Camera::dataSize, gotSize); in CamFrame() 59 gotSize, frameNum, timestamp); in CamFrame() 60 callback(addr, gotSize); in CamFrame()
|
/drivers/peripheral/camera/test/common/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 301 int64_t *g_timestamp, uint32_t lenght, int64_t timestamp, int32_t gotSize)
in GetTimeStamp() 303 if (gotSize != UT_PREVIEW_SIZE) {
in GetTimeStamp() 340 int32_t gotSize = 0;
in CreateProducer() 344 buffer->GetExtraData()->ExtraGet(OHOS::Camera::dataSize, gotSize);
in CreateProducer() 349 GetTimeStamp(g_timestamp, sizeof(g_timestamp) / sizeof(g_timestamp[0]), timestamp, gotSize);
in CreateProducer() 350 if (gotSize) {
in CreateProducer() 352 callback_(addr, 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_0/src/ |
H A D | hdi_common.cpp | 380 int32_t gotSize = 0;
in CreateProducer() 384 buffer->GetExtraData()->ExtraGet(OHOS::Camera::dataSize, gotSize);
in CreateProducer() 389 if (gotSize) {
in CreateProducer() 391 callback_(addr, gotSize);
in CreateProducer()
|
/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);
|
Completed in 3 milliseconds