Home
last modified time | relevance | path

Searched refs:UINT32_LEN (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_library/frameworks/js/src/
H A Dpicture_handle_client.cpp78 void *msgLenAddr = mmap(nullptr, UINT32_LEN, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in ReadPicture()
80 munmap(msgLenAddr, UINT32_LEN); in ReadPicture()
85 uint32_t readoffset = UINT32_LEN; in ReadPicture()
89 readoffset += UINT32_LEN; in ReadPicture()
98 readoffset += UINT32_LEN; in ReadPicture()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dpicture_handle_client.h26 static const int UINT32_LEN = sizeof(uint32_t); member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dpicture_handle_service.h26 static const int UINT32_LEN = sizeof(uint32_t); member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dpicture_handle_service.cpp48 msgLen += UINT32_LEN; // msgLen长度 in OpenPicture()
49 msgLen += UINT32_LEN; // dataSize长度 in OpenPicture()
50 msgLen += UINT32_LEN; // auxiliaryPictureSize长度 in OpenPicture()

Completed in 3 milliseconds