summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2015-06-02 19:40:57 -0700
committerLajos Molnar <lajos@google.com>2015-06-02 19:42:38 -0700
commit9847fcefb183e1cb09eb48e17a09577392b0e8f4 (patch)
treec4ebb66267c1283ee00d991d40365c5e3afa30b4 /media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp
parent15ab4996019387f27a48b81cb4774c21502bc0e5 (diff)
downloadframeworks_av-9847fcefb183e1cb09eb48e17a09577392b0e8f4.zip
frameworks_av-9847fcefb183e1cb09eb48e17a09577392b0e8f4.tar.gz
frameworks_av-9847fcefb183e1cb09eb48e17a09577392b0e8f4.tar.bz2
stagefright: rename VideoGrallocMetadata.hHandle to pHandle
This is so that it can be equivalent to the previously named VideoDecoderOutputMetaData struct. Bug: 13222807 Change-Id: I38831e19a76f49cc7e8385c079817c538d18f0ff
Diffstat (limited to 'media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp')
-rw-r--r--media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp b/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp
index cd1ac36..9dd26fb 100644
--- a/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp
+++ b/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp
@@ -536,7 +536,7 @@ const uint8_t *SoftVideoEncoderOMXComponent::extractGraphicBuffer(
}
VideoGrallocMetadata &grallocMeta = *(VideoGrallocMetadata *)(src);
- handle = grallocMeta.hHandle;
+ handle = grallocMeta.pHandle;
// assume HAL_PIXEL_FORMAT_RGBA_8888
// there is no way to get the src stride without the graphic buffer
format = HAL_PIXEL_FORMAT_RGBA_8888;