Home
last modified time | relevance | path

Searched refs:aOverBufferPointer (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/omx/omx_h264enc/src/
Davc_enc.cpp642 OMX_U8** aOverBufferPointer, in AvcEncodeVideo() argument
706 *aOverBufferPointer = PVAVCEncGetOverrunBuffer(&iAvcHandle); in AvcEncodeVideo()
708 if (NULL != *aOverBufferPointer) in AvcEncodeVideo()
719 *aOverBufferPointer = PVAVCEncGetOverrunBuffer(&iAvcHandle); in AvcEncodeVideo()
721 if (NULL != *aOverBufferPointer) in AvcEncodeVideo()
/external/opencore/codecs_v2/omx/omx_m4venc/include/
Dmpeg4_enc.h83 OMX_U8** aOverBufferPointer,
/external/opencore/codecs_v2/omx/omx_h264enc/include/
Davc_enc.h71 OMX_U8** aOverBufferPointer,
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Dmpeg4_enc.cpp644 OMX_U8** aOverBufferPointer, in Mp4EncodeVideo() argument
764 *aOverBufferPointer = PVGetOverrunBuffer(&iEncoderControl); in Mp4EncodeVideo()