Home
last modified time | relevance | path

Searched refs:pNal (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp4355 OMX_VIDEO_CONFIG_NALSIZE *pNal; in set_config() local
4364 pNal = reinterpret_cast < OMX_VIDEO_CONFIG_NALSIZE * >(configData); in set_config()
4365 switch (pNal->nNaluBytes) { in set_config()
4388 nal_length = pNal->nNaluBytes; in set_config()
Domx_vdec.cpp3611 OMX_VIDEO_CONFIG_NALSIZE *pNal; in set_config() local
3730 pNal = reinterpret_cast < OMX_VIDEO_CONFIG_NALSIZE * >(configData); in set_config()
3731 nal_length = pNal->nNaluBytes; in set_config()
Domx_vdec_hevc.cpp3359 OMX_VIDEO_CONFIG_NALSIZE *pNal; in set_config() local
3472 pNal = reinterpret_cast < OMX_VIDEO_CONFIG_NALSIZE * >(configData); in set_config()
3473 nal_length = pNal->nNaluBytes; in set_config()
Domx_vdec_hevc_swvdec.cpp4169 OMX_VIDEO_CONFIG_NALSIZE *pNal; in set_config() local
4188 pNal = reinterpret_cast < OMX_VIDEO_CONFIG_NALSIZE * >(configData); in set_config()
4189 nal_length = pNal->nNaluBytes; in set_config()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp3830 OMX_VIDEO_CONFIG_NALSIZE *pNal; in set_config() local
3963 pNal = reinterpret_cast < OMX_VIDEO_CONFIG_NALSIZE * >(configData); in set_config()
3964 nal_length = pNal->nNaluBytes; in set_config()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp4355 OMX_VIDEO_CONFIG_NALSIZE *pNal; in set_config() local
4374 pNal = reinterpret_cast < OMX_VIDEO_CONFIG_NALSIZE * >(configData); in set_config()
4375 nal_length = pNal->nNaluBytes; in set_config()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp5541 OMX_VIDEO_CONFIG_NALSIZE *pNal; in set_config() local
5550 pNal = reinterpret_cast < OMX_VIDEO_CONFIG_NALSIZE * >(configData); in set_config()
5551 switch (pNal->nNaluBytes) { in set_config()
5574 nal_length = pNal->nNaluBytes; in set_config()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp3194 OMX_VIDEO_CONFIG_NALSIZE *pNal; in set_config() local