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
This commit is contained in:
Lajos Molnar 2015-06-02 19:43:16 -07:00
parent a8c2454d52
commit d910f3cf78
1 changed files with 2 additions and 5 deletions

View File

@ -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