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

/hardware/intel/common/omx-components/videocodec/
H A DProtectedDataBuffer.h70 // If ProtectedDataBuffer::clear is 1, streamCounter is ignored.
74 // If ProtectedDataBuffer::clear is 1, inputCounter is ignored.
77 // Offset within ProtectedDataBuffer::data buffer, to the start
80 // IMPORTANT: for protected content (ProtectedDataBuffer::clear is 0),
96 // member of ProtectedDataBuffer structure.
137 // to copy the whole ProtectedDataBuffer, if not whole data
142 ProtectedDataBuffer; typedef in typeref:struct:ProtectedDataBuffer_tag
146 #define PDBUFFER_DATA_OFFSET offsetof(ProtectedDataBuffer, data)
148 static inline void Init_ProtectedDataBuffer(ProtectedDataBuffer* buf)
H A DOMXVideoDecoderBase.cpp26 #include "ProtectedDataBuffer.h"
648 ProtectedDataBuffer *dataBuffer = (ProtectedDataBuffer *) native_handle->data[1];
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.cpp32 #include "ProtectedDataBuffer.h"
39 #define INPORT_BUFFER_SIZE sizeof(ProtectedDataBuffer)
176 ProtectedDataBuffer *dataBuffer = (ProtectedDataBuffer *) native_handle->data[1];
183 // Processing codec data, which is not in ProtectedDataBuffer format
190 // Processing non-codec data, but this buffer is not in ProtectedDataBuffer format
280 ProtectedDataBuffer *dataBuffer = (ProtectedDataBuffer *) native_handle->data[1];
356 ProtectedDataBuffer *dataBuffer = (ProtectedDataBuffer *) native_handl
[all...]
H A DLogDumpHelper.h28 #include "ProtectedDataBuffer.h"
217 static void DumpProtectedDataBuffer(const char* prefix, ProtectedDataBuffer* buf)

Completed in 138 milliseconds