Home
last modified time | relevance | path

Searched refs:hdrMediaTypeLength (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp1020 uint32_t hdrMediaTypeLength = UINT32_BYTE_COUNT + HDR_MEDIA_TYPE_TAG_SIZE + UINT32_BYTE_COUNT; in PackHdrMediaTypeMarker() local
1021 vector<uint8_t> bytes(hdrMediaTypeLength); in PackHdrMediaTypeMarker()
1026 uint32_t length = hdrMediaTypeLength - JPEG_MARKER_TAG_SIZE; in PackHdrMediaTypeMarker()