Searched refs:SourceBuffer (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/drm/libmediadrm/interface/mediadrm/ |
D | ICrypto.h | 51 struct SourceBuffer { struct 69 const SourceBuffer &source, size_t offset,
|
/frameworks/av/drm/libmediadrm/include/mediadrm/ |
D | CryptoHal.h | 61 const ICrypto::SourceBuffer &source, size_t offset,
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.cpp | 1335 source_{SourceBuffer{buffer}} { 1367 if (source_.is<SourceBuffer>()) in UpdateBuffer() 1368 std::get<SourceBuffer>(source_) = {buffer}; in UpdateBuffer() 1388 IonBuffer* operator()(SourceBuffer& source) { return source.GetBuffer(); } in GetBuffer() 1470 IfAnyOf<SourceSurface, SourceBuffer>::Call(&source_, [&](auto& source) { in Prepare() 1537 IfAnyOf<SourceSurface, SourceBuffer>::Call( in Finish()
|
D | hardware_composer.h | 249 struct SourceBuffer { struct 271 pdx::rpc::Variant<SourceSurface, SourceBuffer> source_; argument
|
/frameworks/av/drm/libmediadrm/ |
D | ICrypto.cpp | 101 const SourceBuffer &source, size_t offset, in decrypt() 339 SourceBuffer source; in onTransact()
|
D | CryptoHal.cpp | 340 const ICrypto::SourceBuffer &source, size_t offset, in decrypt()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.h | 364 void fillSourceBuffer(ICrypto::SourceBuffer *source);
|
D | Codec2Buffer.cpp | 778 ICrypto::SourceBuffer *source) { in fillSourceBuffer()
|
D | CCodecBufferChannel.cpp | 442 ICrypto::SourceBuffer source; in queueSecureInputBuffer()
|
/frameworks/av/media/libstagefright/ |
D | ACodecBufferChannel.cpp | 143 ICrypto::SourceBuffer source; in queueSecureInputBuffer()
|