Home
last modified time | relevance | path

Searched refs:totalLen (Results 1 - 6 of 6) sorted by relevance

/drivers/interface/camera/metadata/include/
H A Dmetadata_utils.h53 char *decodeMetadataData, uint32_t totalLen);
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Di2s_test.c171 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 Dmetadata_utils.cpp482 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 Dusb_net_adapter.c198 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 Dlinux_adapter.c670 unsigned int totalLen = 0; in OsSubmitIsoRequest() local
678 totalLen += packetLen; in OsSubmitIsoRequest()
680 if (request->length < totalLen) { in OsSubmitIsoRequest()
H A Dliteos_adapter.c790 unsigned int totalLen = 0; in OsSubmitIsoRequest() local
809 totalLen += packetLen; in OsSubmitIsoRequest()
811 if (request->length < totalLen) { in OsSubmitIsoRequest()

Completed in 9 milliseconds