diff options
| author | ywan171 <yi.a.wang@intel.com> | 2014-07-24 10:59:55 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-29 22:26:03 -0700 |
| commit | 0541f11be2f78b558476772f1f877e140f9d844b (patch) | |
| tree | f469921518168130e520c90303c46b2eb66f0a91 /videocodec/OMXVideoEncoderH263.cpp | |
| parent | d1da65e5908b56896cfb8d61c0ab9961095fc79c (diff) | |
| download | android_hardware_intel_common_omx-components-0541f11be2f78b558476772f1f877e140f9d844b.tar.gz android_hardware_intel_common_omx-components-0541f11be2f78b558476772f1f877e140f9d844b.tar.bz2 android_hardware_intel_common_omx-components-0541f11be2f78b558476772f1f877e140f9d844b.zip | |
remove warning in omx-component
BZ: 209178
remove warning in omx-component except the warning caused by
AOSP header file OMX_VideoExt.h
Change-Id: Iacef8ca69281fa1f489f4a3dbdc949cef54978d7
Signed-off-by: ywan171 <yi.a.wang@intel.com>
Reviewed-on: https://android.intel.com/220523
Reviewed-by: Fourdan, Olivier <olivier.fourdan@intel.com>
Tested-by: Fourdan, Olivier <olivier.fourdan@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderH263.cpp')
| -rw-r--r-- | videocodec/OMXVideoEncoderH263.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/videocodec/OMXVideoEncoderH263.cpp b/videocodec/OMXVideoEncoderH263.cpp index 4066fbf..e87ae1a 100644 --- a/videocodec/OMXVideoEncoderH263.cpp +++ b/videocodec/OMXVideoEncoderH263.cpp @@ -87,7 +87,7 @@ OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorDeinit(void) { OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorProcess( OMX_BUFFERHEADERTYPE **buffers, buffer_retain_t *retains, - OMX_U32 numberBuffers) { + OMX_U32) { LOGV("OMXVideoEncoderH263::ProcessorProcess \n"); VideoEncOutputBuffer outBuf; @@ -219,7 +219,7 @@ out: buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp; buffers[OUTPORT_INDEX]->nFlags = outflags; - LOGV("********** output buffer: len=%d, ts=%ld, flags=%x", + LOGV("********** output buffer: len=%d, ts=%lld, flags=%x", outfilledlen, outtimestamp, outflags); @@ -268,7 +268,7 @@ OMX_ERRORTYPE OMXVideoEncoderH263::GetParamVideoProfileLevelQuerySupported(OMX_P return OMX_ErrorNone; } -OMX_ERRORTYPE OMXVideoEncoderH263::SetParamVideoProfileLevelQuerySupported(OMX_PTR pStructure) { +OMX_ERRORTYPE OMXVideoEncoderH263::SetParamVideoProfileLevelQuerySupported(OMX_PTR) { LOGW("SetParamVideoH263ProfileLevel is not supported."); return OMX_ErrorUnsupportedSetting; } |
