/aosp12/hardware/qcom/media/msm8974/mm-core/inc/ |
H A D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
H A D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/ |
H A D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/ |
H A D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/aosp12/frameworks/native/headers/media_plugin/media/openmax/ |
H A D | OMX_Other.h | 134 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/ |
H A D | OMX_Other.h | 117 OMX_TICKS nTimestamp; /**< timestamp .*/ member
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A 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()
|
H A D | omx_video_encoder.cpp | 2002 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_media_AudioTrack.cpp | 1069 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 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()
|
H A D | omx_video_encoder.cpp | 1927 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A 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()
|
H A D | omx_video_encoder.cpp | 2246 m_TimeStampInfo.ts = (OMX_S64)pParam->nTimestamp; in set_config()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A 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()
|