Home
last modified time | relevance | path

Searched refs:DisplayTimestampArray (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/omx/omx_h264/include/
Davc_dec.h60 oscl_memset(DisplayTimestampArray, 0, sizeof(OMX_TICKS)*AVC_DEC_TIMESTAMP_ARRAY_SIZE); in AvcDecoder_OMX()
70 OMX_TICKS DisplayTimestampArray[AVC_DEC_TIMESTAMP_ARRAY_SIZE]; variable
/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp64 pAvcDecoder_OMX->DisplayTimestampArray[i] = pAvcDecoder_OMX->CurrInputTimestamp; in AllocateBuffer_OMX()
129 *aOutTimestamp = DisplayTimestampArray[Index]; in FlushOutput_OMX()