Searched refs:totalLen (Results 1 - 6 of 6) sorted by relevance
/drivers/interface/camera/metadata/include/ |
H A D | metadata_utils.h | 53 char *decodeMetadataData, uint32_t totalLen);
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | i2s_test.c | 171 uint32_t totalLen = 0; in I2sRecordTest() local 172 while ((i <= READ_TEST_TIMES) && (totalLen <= READ_TEST_FILE_SIZE)) { in I2sRecordTest() 182 totalLen += test->len; in I2sRecordTest()
|
/drivers/interface/camera/metadata/src/ |
H A D | metadata_utils.cpp | 482 uint32_t totalLen = setting.capacity(); in DecodeFromString() local 487 IF_COND_PRINT_MSG_AND_RETURN(totalLen < headerLength, in DecodeFromString() 516 if (totalLen < ((decodeData - &setting[0]) + itemLen)) { in DecodeFromString() 534 ret = copyDecodeFromStringMem(meta, decodeData, decodeMetadataData, totalLen); in DecodeFromString() 545 char *decodeMetadataData, uint32_t totalLen) in copyDecodeFromStringMem() 549 totalLen < static_cast<uint32_t>(((decodeData - decodeMetadataData) + meta->data_count)), in copyDecodeFromStringMem() 544 copyDecodeFromStringMem(common_metadata_header_t *meta, char *decodeData, char *decodeMetadataData, uint32_t totalLen) copyDecodeFromStringMem() argument
|
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_net_adapter.c | 198 unsigned int totalLen = data_offset + data_len + 8; in RndisRxFixup() local 202 || totalLen > msg_len)) { in RndisRxFixup()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | linux_adapter.c | 670 unsigned int totalLen = 0; in OsSubmitIsoRequest() local 678 totalLen += packetLen; in OsSubmitIsoRequest() 680 if (request->length < totalLen) { in OsSubmitIsoRequest()
|
H A D | liteos_adapter.c | 790 unsigned int totalLen = 0; in OsSubmitIsoRequest() local 809 totalLen += packetLen; in OsSubmitIsoRequest() 811 if (request->length < totalLen) { in OsSubmitIsoRequest()
|
Completed in 9 milliseconds