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

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

am f2e61be9: am d910f3cf: media: rename VideoGrallocMetadata.hHandle to pHandle

* commit 'f2e61be9':
  media: rename VideoGrallocMetadata.hHandle to pHandle
parents 895a1bfc f2e61be9
Loading
Loading
Loading
Loading
+2 −5
Original line number Original line Diff line number Diff line
@@ -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