Searched refs:callBackInfo (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 116 SWVENC_CALLBACK callBackInfo; in component_init() local 152 callBackInfo.pfn_empty_buffer_done = swvenc_empty_buffer_done_cb; in component_init() 153 callBackInfo.pfn_fill_buffer_done = swvenc_fill_buffer_done_cb; in component_init() 154 callBackInfo.pfn_event_notification = swvenc_handle_event_cb; in component_init() 155 callBackInfo.p_client = (void*)this; in component_init() 157 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 116 SWVENC_CALLBACK callBackInfo; in component_init() local 152 callBackInfo.pfn_empty_buffer_done = swvenc_empty_buffer_done_cb; in component_init() 153 callBackInfo.pfn_fill_buffer_done = swvenc_fill_buffer_done_cb; in component_init() 154 callBackInfo.pfn_event_notification = swvenc_handle_event_cb; in component_init() 155 callBackInfo.p_client = (void*)this; in component_init() 157 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 138 SWVENC_CALLBACK callBackInfo; in component_init() local 174 callBackInfo.pfn_empty_buffer_done = swvenc_empty_buffer_done_cb; in component_init() 175 callBackInfo.pfn_fill_buffer_done = swvenc_fill_buffer_done_cb; in component_init() 176 callBackInfo.pfn_event_notification = swvenc_handle_event_cb; in component_init() 177 callBackInfo.p_client = (void*)this; in component_init() 179 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 144 SWVENC_CALLBACK callBackInfo; in component_init() local 179 callBackInfo.pfn_empty_buffer_done = swvenc_empty_buffer_done_cb; in component_init() 180 callBackInfo.pfn_fill_buffer_done = swvenc_fill_buffer_done_cb; in component_init() 181 callBackInfo.pfn_event_notification = swvenc_handle_event_cb; in component_init() 182 callBackInfo.p_client = (void*)this; in component_init() 184 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 144 SWVENC_CALLBACK callBackInfo; in component_init() local 179 callBackInfo.pfn_empty_buffer_done = swvenc_empty_buffer_done_cb; in component_init() 180 callBackInfo.pfn_fill_buffer_done = swvenc_fill_buffer_done_cb; in component_init() 181 callBackInfo.pfn_event_notification = swvenc_handle_event_cb; in component_init() 182 callBackInfo.p_client = (void*)this; in component_init() 184 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init()
|