* commit 'f2e61be9ac06b096713202497f08fa7245a97a74': media: rename VideoGrallocMetadata.hHandle to pHandle
This commit is contained in:
commit
e08978a977
@ -100,14 +100,11 @@ struct StoreMetaDataInBuffersParams {
|
|||||||
// dynamic buffer handling.
|
// dynamic buffer handling.
|
||||||
struct VideoGrallocMetadata {
|
struct VideoGrallocMetadata {
|
||||||
MetadataBufferType eType; // must be kMetadataBufferTypeGrallocSource
|
MetadataBufferType eType; // must be kMetadataBufferTypeGrallocSource
|
||||||
buffer_handle_t hHandle;
|
buffer_handle_t pHandle;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Legacy name for VideoGrallocMetadata struct.
|
// Legacy name for VideoGrallocMetadata struct.
|
||||||
struct VideoDecoderOutputMetaData {
|
struct VideoDecoderOutputMetaData : public VideoGrallocMetadata {};
|
||||||
MetadataBufferType eType; // must be kMetadataBufferTypeGrallocSource
|
|
||||||
buffer_handle_t pHandle;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct VideoNativeMetadata {
|
struct VideoNativeMetadata {
|
||||||
MetadataBufferType eType; // must be kMetadataBufferTypeANWBuffer
|
MetadataBufferType eType; // must be kMetadataBufferTypeANWBuffer
|
||||||
|
Loading…
Reference in New Issue
Block a user