/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 106 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2296 m_callback = *p_callbacks; in set_callbacks() 5323 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5346 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5388 m_callback.EventHandler(&m_cmp, in async_process_event_error() 6032 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 6159 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 6183 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 6375 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig() 6410 m_callback.EventHandler(&m_cmp, in async_process_event_dimensions_updated()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 106 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2311 m_callback = *p_callbacks; in set_callbacks() 5441 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5464 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5506 m_callback.EventHandler(&m_cmp, in async_process_event_error() 6151 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 6278 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 6301 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 6493 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig() 6528 m_callback.EventHandler(&m_cmp, in async_process_event_dimensions_updated()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 107 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2283 m_callback = *p_callbacks; in set_callbacks() 5302 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5325 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 5367 m_callback.EventHandler(&m_cmp, in async_process_event_error() 6012 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 6139 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 6162 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 6354 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig() 6389 m_callback.EventHandler(&m_cmp, in async_process_event_dimensions_updated()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 97 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2126 m_callback = *p_callbacks; in set_callbacks() 4932 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 4955 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 4993 m_callback.EventHandler(&m_cmp, in async_process_event_error() 5538 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 5622 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 5645 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 5826 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 292 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 294 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 294 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 282 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_raii.hpp | 5940 …ocationCallbacks *>( m_allocator ), reinterpret_cast<VkDebugReportCallbackEXT*>( &m_callback ) ) ); in DebugReportCallbackEXT() 5948 …: m_instance( *instance ), m_callback( callback ), m_allocator( static_cast<const VULKAN_HPP_NAMES… in DebugReportCallbackEXT() 5961 …exchange( rhs.m_instance, {} ) ), m_callback( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exc… in DebugReportCallbackEXT() 5970 std::swap( m_callback, rhs.m_callback ); in operator =() 5979 return m_callback; in operator *() 5984 if ( m_callback ) in clear() 5986 …cast<VkInstance>( m_instance ), static_cast<VkDebugReportCallbackEXT>( m_callback ), reinterpret_c… in clear() 5989 m_callback = nullptr; in clear() 6000 return VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( m_callback, nullptr ); in release() 6019 std::swap( m_callback, rhs.m_callback ); in swap() [all …]
|