Home
last modified time | relevance | path

Searched refs:delLen (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp206 uint32_t delLen = 0; in DrmModifyCencInfo() local
223 delLen++; in DrmModifyCencInfo()
237 (posEndIndex > (clearHeaderLen + delLen)) ? (posEndIndex - clearHeaderLen - delLen) : 0; in DrmModifyCencInfo()
244 cencInfo->subSamples[1].clearHeaderLen = lastClearLen + delLen + (dataSize - posEndIndex); in DrmModifyCencInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp270 double delLen = 0.0; // When left > 2 * gap, add one dash and shortening them. in SetBorderEffect() local
275 delLen = (DASHED_LINE_LENGTH + 1 - leftLen) * width / in SetBorderEffect()
282 (dashWidth >= 0.f ? dashWidth : width * DASHED_LINE_LENGTH - delLen), in SetBorderEffect()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2338 double delLen = 0.0; // When left > 2 * gap, add one dash and shortening them. in SetBorderStyle() local
2346 delLen = (DASHED_LINE_LENGTH + 1 - leftLen) * width / in SetBorderStyle()
2353 const float intervals[] = { width * DASHED_LINE_LENGTH - delLen, width + addLen }; in SetBorderStyle()
2379 double delLen = 0.0; // When left > 2 * gap, add one dash and shortening them. in SetBorderStyle() local
2387 delLen = (DASHED_LINE_LENGTH + 1 - leftLen) * width / in SetBorderStyle()
2394 const RSScalar intervals[] = { width * DASHED_LINE_LENGTH - delLen, width + addLen }; in SetBorderStyle()

Completed in 10 milliseconds