Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2e61be9 authored by Lajos Molnar's avatar Lajos Molnar Committed by Android Git Automerger
Browse files

am d910f3cf: media: rename VideoGrallocMetadata.hHandle to pHandle

* commit 'd910f3cf':
  media: rename VideoGrallocMetadata.hHandle to pHandle
parents d4a148b7 d910f3cf
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -100,14 +100,11 @@ struct StoreMetaDataInBuffersParams {
// dynamic buffer handling.
struct VideoGrallocMetadata {
    MetadataBufferType eType;               // must be kMetadataBufferTypeGrallocSource
    buffer_handle_t hHandle;
    buffer_handle_t pHandle;
};

// Legacy name for VideoGrallocMetadata struct.
struct VideoDecoderOutputMetaData {
    MetadataBufferType eType;               // must be kMetadataBufferTypeGrallocSource
    buffer_handle_t pHandle;
};
struct VideoDecoderOutputMetaData : public VideoGrallocMetadata {};

struct VideoNativeMetadata {
    MetadataBufferType eType;               // must be kMetadataBufferTypeANWBuffer