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

* commit 'f2e61be9ac06b096713202497f08fa7245a97a74':
  media: rename VideoGrallocMetadata.hHandle to pHandle
This commit is contained in:
Lajos Molnar 2015-06-03 22:20:51 +00:00 committed by Android Git Automerger
commit e08978a977
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