Searched refs:m_android_native_buffers (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h298 bool m_android_native_buffers; ///< android native buffers enabled? member in class:omx_swvdec
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h288 bool m_android_native_buffers; ///< android native buffers enabled? member in class:omx_swvdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp80 m_android_native_buffers(false),
1073 m_android_native_buffers =
1619 else if (m_android_native_buffers == true)
3711 else if (m_android_native_buffers)
3761 (*pp_buffer_hdr)->pBuffer = (m_android_native_buffers ?
3925 else if (m_android_native_buffers)
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp85 m_android_native_buffers(false),
1125 m_android_native_buffers =
1766 else if (m_android_native_buffers == true)
4017 else if (m_android_native_buffers)
4067 (*pp_buffer_hdr)->pBuffer = (m_android_native_buffers ?
4237 else if (m_android_native_buffers)

Completed in 63 milliseconds