Home
last modified time | relevance | path

Searched refs:nTimestamp (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/hardware/qcom/sdm845/media/mm-core/inc/
DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_extensions.hpp226 setStatus &= vExt.setParamInt64(ext, "timestamp", m_sConfigInputTrigTS.nTimestamp); in get_vendor_extension_config()
584 … valueSet |= vExt.readParamInt64(ext, "timestamp", (OMX_S64 *)&(triggerTimeStamp.nTimestamp)); in set_vendor_extension_config()
589 … DEBUG_PRINT_HIGH("VENDOR-EXT: set_config: trigger timestamp =%lld", triggerTimeStamp.nTimestamp); in set_vendor_extension_config()
Domx_video_encoder.cpp2002 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2232 timestamp.m_TimeStamp = (OMX_U64)pParam->nTimestamp; in set_config()
2233 …_PRINT_LOW("Buffer = %p, Timestamp = %llu", timestamp.pending_buffer, (OMX_U64)pParam->nTimestamp); in set_config()