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

View File

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