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

Commit d910f3cf authored by Lajos Molnar's avatar Lajos Molnar
Browse files

media: rename VideoGrallocMetadata.hHandle to pHandle

This is so that it can be equivalent to the previously named
VideoDecoderOutputMetaData struct.

Bug: 13222807

Change-Id: I9463694f65436a7edb1f6b592efc0a6329232a27
parent a8c2454d
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