Searched refs:nTimestamp (Results 1 – 14 of 14) sorted by relevance
/hardware/qcom/sdm845/media/mm-core/inc/ |
D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/hardware/qcom/sm8150/media/mm-core/inc/ |
D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/hardware/qcom/sm7250/media/mm-core/inc/ |
D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 226 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()
|
D | omx_video_encoder.cpp | 2002 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 238 setStatus &= vExt.setParamInt64(ext, "timestamp", m_sConfigInputTrigTS.nTimestamp); in get_vendor_extension_config() 615 … valueSet |= vExt.readParamInt64(ext, "timestamp", (OMX_S64 *)&(triggerTimeStamp.nTimestamp)); in set_vendor_extension_config() 620 … DEBUG_PRINT_HIGH("VENDOR-EXT: set_config: trigger timestamp =%lld", triggerTimeStamp.nTimestamp); in set_vendor_extension_config()
|
D | omx_video_encoder.cpp | 1927 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 241 setStatus &= vExt.setParamInt64(ext, "timestamp", m_sConfigInputTrigTS.nTimestamp); in get_vendor_extension_config() 667 … valueSet |= vExt.readParamInt64(ext, "timestamp", (OMX_S64 *)&(triggerTimeStamp.nTimestamp)); in set_vendor_extension_config() 672 … DEBUG_PRINT_HIGH("VENDOR-EXT: set_config: trigger timestamp =%lld", triggerTimeStamp.nTimestamp); in set_vendor_extension_config()
|
D | omx_video_encoder.cpp | 2246 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2232 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()
|