Home
last modified time | relevance | path

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

/frameworks/av/media/ndk/include/media/
DNdkMediaCodec.h581 media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo*, size_t *dst) __INTRO…
/frameworks/libs/native_bridge_support/libmediandk/
Dstubs_arm64.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaCodecCryptoInfo_getEncryptedBytes);
331 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaCodecCryptoInfo_getEncryptedBytes); in init_stub_library()
Dstubs_arm.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaCodecCryptoInfo_getEncryptedBytes);
331 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaCodecCryptoInfo_getEncryptedBytes); in init_stub_library()
/frameworks/av/media/ndk/
Dlibmediandk.map.txt156 AMediaCodecCryptoInfo_getEncryptedBytes;
DNdkMediaCodec.cpp906 media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo* ci, size_t *dst) { in AMediaCodecCryptoInfo_getEncryptedBytes() function