Searched refs:msw_ts (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
H A Domx_aac_aenc.h417 unsigned int msw_ts; member in struct:omx_aac_aenc::enc_meta_out
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
H A Domx_amr_aenc.h344 unsigned int msw_ts; member in struct:omx_amr_aenc::enc_meta_out
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
H A Domx_evrc_aenc.h345 unsigned int msw_ts; member in struct:omx_evrc_aenc::enc_meta_out
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
H A Domx_qcelp13_aenc.h345 unsigned int msw_ts; member in struct:omx_qcelp13_aenc::enc_meta_out
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/test/
H A Domx_amr_enc_test.c168 unsigned int msw_ts; member in struct:enc_meta_out
391 /*printf("offset=%d framesize=%d encoded_pcm[%d] msw_ts[%d]lsw_ts[%d] nflags[%d]\n",
394 meta->encoded_pcm_samples, meta->msw_ts, meta->lsw_ts, meta->nflags);*/
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
H A Domx_aac_enc_test.c201 unsigned int msw_ts; member in struct:enc_meta_out
385 /*printf("offset=%d framesize=%d encoded_pcm[%d] msw_ts[%d]lsw_ts[%d] nflags[%d]\n",
388 meta->encoded_pcm_samples, meta->msw_ts, meta->lsw_ts, meta->nflags);*/
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/test/
H A Domx_evrc_enc_test.c170 unsigned int msw_ts; member in struct:enc_meta_out
430 /*printf("offset=%d framesize=%d encoded_pcm[%d] msw_ts[%d]lsw_ts[%d] nflags[%d]\n",
433 meta->encoded_pcm_samples, meta->msw_ts, meta->lsw_ts, meta->nflags);*/
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/test/
H A Domx_qcelp13_enc_test.c170 unsigned int msw_ts; member in struct:enc_meta_out
431 /*printf("offset=%d framesize=%d encoded_pcm[%d] msw_ts[%d]lsw_ts[%d] nflags[%d]\n",
434 meta->encoded_pcm_samples, meta->msw_ts, meta->lsw_ts, meta->nflags);*/
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
H A Domx_amr_aenc.cpp4059 buffer->nTimeStamp = (((OMX_TICKS)meta_out->msw_ts << 32)+
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
H A Domx_evrc_aenc.cpp4061 buffer->nTimeStamp = (((OMX_TICKS) meta_out->msw_ts << 32)+
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
H A Domx_qcelp13_aenc.cpp4060 buffer->nTimeStamp = (((OMX_TICKS)meta_out->msw_ts << 32)+

Completed in 189 milliseconds