Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp32 uint32_t &posIndex) const in DrmGetNalTypeAndIndex()
37 (void)posIndex; in DrmGetNalTypeAndIndex()
41 void CodecDrmDecrypt::DrmGetSyncHeaderIndex(const uint8_t *data, uint32_t dataSize, uint32_t &posIndex) in DrmGetSyncHeaderIndex() argument
45 (void)posIndex; in DrmGetSyncHeaderIndex()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_run_test.cpp188 for (size_t posIndex = 0; posIndex < positionSize; posIndex++) { in HWTEST_F()
189 OH_Drawing_Point* pos = OH_Drawing_GetRunPositionsByIndex(positions, posIndex); in HWTEST_F()
286 for (size_t posIndex = 0; posIndex < size; posIndex++) { in HWTEST_F()
287 OH_Drawing_Point* pos = OH_Drawing_GetRunPositionsByIndex(positions, posIndex); in HWTEST_F()
/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp88 uint8_t &nalType, uint32_t &posIndex) const in DrmGetNalTypeAndIndex()
92 for (i = posIndex; (i + DRM_LEGACY_LEN) < dataSize; i++) { in DrmGetNalTypeAndIndex()
102 posIndex = i; in DrmGetNalTypeAndIndex()
109 posIndex = i; in DrmGetNalTypeAndIndex()
115 posIndex = i; in DrmGetNalTypeAndIndex()
120 posIndex = i; in DrmGetNalTypeAndIndex()
124 void CodecDrmDecrypt::DrmGetSyncHeaderIndex(const uint8_t *data, uint32_t dataSize, uint32_t &posIndex) in DrmGetSyncHeaderIndex() argument
127 for (i = posIndex; (i + DRM_LEGACY_LEN) < dataSize; i++) { in DrmGetSyncHeaderIndex()
133 posIndex = i; in DrmGetSyncHeaderIndex()
136 posIndex in DrmGetSyncHeaderIndex()
[all...]
H A Dcodec_drm_decrypt.h59 int32_t DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &nalType, uint32_t &posIndex) const;
60 static void DrmGetSyncHeaderIndex(const uint8_t *data, uint32_t dataSize, uint32_t &posIndex);

Completed in 4 milliseconds