Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Other.h134 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A 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()
H A Domx_video_encoder.cpp2002 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp1069 jlong* nTimestamp = (jlong *) env->GetPrimitiveArrayCritical(jTimestamp, NULL); in android_media_AudioTrack_get_timestamp() local
1070 if (nTimestamp == NULL) { in android_media_AudioTrack_get_timestamp()
1074 nTimestamp[0] = (jlong) timestamp.mPosition; in android_media_AudioTrack_get_timestamp()
1075 nTimestamp[1] = (jlong) ((timestamp.mTime.tv_sec * 1000000000LL) + timestamp.mTime.tv_nsec); in android_media_AudioTrack_get_timestamp()
1076 env->ReleasePrimitiveArrayCritical(jTimestamp, nTimestamp, 0); in android_media_AudioTrack_get_timestamp()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_extensions.hpp238 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()
H A Domx_video_encoder.cpp1927 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_extensions.hpp241 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()
H A Domx_video_encoder.cpp2246 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A 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()