Searched refs:psize (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/audio/post_proc/
H A Dbass_boost.c68 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
121 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
H A Dvirtualizer.c68 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
121 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
H A Dequalizer.c195 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
348 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
H A Dreverb.c301 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
451 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
H A Dbundle.c635 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + q->psize);
/hardware/libhardware/include/hardware/
H A Daudio_effect.h869 // psize and vsize represent the actual size of parameter and value.
876 // | psize | sizeof(int)
881 // ~ parameter ~ > psize |
882 // | | | > ((psize - 1)/sizeof(int) + 1) * sizeof(int)
893 uint32_t psize; // Parameter size member in struct:effect_param_s
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c568 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize);
584 if (p->psize != sizeof(int32_t)) {
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c647 if (p->psize != sizeof(uint32_t)) {
680 if (p->psize != sizeof(uint32_t) || p->vsize != sizeof(uint32_t))
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp3879 uint8 *psize; local
3883 psize = (uint8 *) & len;
3887 pDestBuf[i] = psize[nal_length - 1 - i];
H A Domx_vdec_copper.cpp3579 uint8 *psize; local
3583 psize = (uint8 *) & len;
3587 pDestBuf[i] = psize[nal_length - 1 - i];
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp3664 uint8 *psize; local
3668 psize = (uint8 *) & len;
3672 pDestBuf[i] = psize[nal_length - 1 - i];
H A Domx_vdec_hevc.cpp3411 uint8 *psize; local
3415 psize = (uint8 *) & len;
3418 pDestBuf[i] = psize[nal_length - 1 - i];
H A Domx_vdec_msm8974.cpp3935 uint8 *psize; local
3939 psize = (uint8 *) & len;
3942 pDestBuf[i] = psize[nal_length - 1 - i];

Completed in 191 milliseconds