Home
last modified time | relevance | path

Searched refs:omx (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp167 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); in async_message_thread() local
176 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG, in async_message_thread()
187 else if (omx->async_message_process(input,&vdec_msg) < 0) in async_message_thread()
198 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); in message_thread() local
207 n = read(omx->m_pipe_in, &id, 1); in message_thread()
216 omx->process_event_cb(omx, id); in message_thread()
228 void post_message(omx_vdec *omx, unsigned char id) in post_message() argument
231 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out); in post_message()
232 ret_value = write(omx->m_pipe_out, &id, 1); in post_message()
6757 omx_vdec* omx = NULL; in async_message_process() local
[all …]
Domx_vdec_copper.cpp134 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); in async_message_thread() local
135 pfd.fd = omx->drv_ctx.video_driver_fd; in async_message_thread()
199 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
210 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); in message_thread() local
219 n = read(omx->m_pipe_in, &id, 1); in message_thread()
228 omx->process_event_cb(omx, id); in message_thread()
240 void post_message(omx_vdec *omx, unsigned char id) in post_message() argument
243 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out); in post_message()
244 ret_value = write(omx->m_pipe_out, &id, 1); in post_message()
6316 omx_vdec* omx = NULL; in async_message_process() local
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp138 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); in async_message_thread() local
140 pfd.fd = omx->drv_ctx.video_driver_fd; in async_message_thread()
158 v4l2_buf.length = omx->drv_ctx.num_planes; in async_message_thread()
174 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
190 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
203 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
212 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
219 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
231 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
238 omx->buf_ref_remove(ptr[0], ptr[1]); in async_message_thread()
[all …]
Domx_vdec_msm8974.cpp144 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); in async_message_thread() local
146 pfd.fd = omx->drv_ctx.video_driver_fd; in async_message_thread()
164 v4l2_buf.length = omx->drv_ctx.num_planes; in async_message_thread()
180 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
196 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
209 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
218 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
225 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
237 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
245 omx->buf_ref_remove(ptr[0], ptr[1]); in async_message_thread()
[all …]
Domx_vdec_hevc.cpp149 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); in async_message_thread() local
151 pfd.fd = omx->drv_ctx.video_driver_fd; in async_message_thread()
168 v4l2_buf.length = omx->drv_ctx.num_planes; in async_message_thread()
184 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
200 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
213 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
222 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
231 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
238 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
250 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
[all …]
Domx_vdec.cpp168 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); in async_message_thread() local
177 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG, in async_message_thread()
186 else if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
197 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); in message_thread() local
206 n = read(omx->m_pipe_in, &id, 1); in message_thread()
213 omx->process_event_cb(omx, id); in message_thread()
226 void post_message(omx_vdec *omx, unsigned char id) in post_message() argument
229 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out); in post_message()
230 ret_value = write(omx->m_pipe_out, &id, 1); in post_message()
6548 omx_vdec* omx = NULL; in async_message_process() local
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp1606 omx_video* omx = NULL; in async_message_process() local
1618 omx = reinterpret_cast<omx_video*>(context); in async_message_process()
1624 omx->omx_report_error(); in async_message_process()
1633 omx->post_event (NULL,m_sVenc_msg->statuscode,\ in async_message_process()
1638 omx->post_event (NULL,m_sVenc_msg->statuscode,\ in async_message_process()
1643 omx->post_event (NULL,m_sVenc_msg->statuscode,\ in async_message_process()
1648 omx->post_event (NULL,m_sVenc_msg->statuscode,\ in async_message_process()
1655 omx->post_event (NULL,m_sVenc_msg->statuscode,\ in async_message_process()
1659 omx->post_event (NULL,m_sVenc_msg->statuscode,\ in async_message_process()
1667 (((OMX_U32)(omxhdr - omx->m_inp_mem_ptr) > omx->m_sInPortDef.nBufferCountActual) && in async_message_process()
[all …]
Domx_video_base.cpp103 omx_video* omx = reinterpret_cast<omx_video*>(input); in message_thread() local
111 n = read(omx->m_pipe_in, &id, 1); in message_thread()
119 omx->process_event_cb(omx, id); in message_thread()
131 void post_message(omx_video *omx, unsigned char id) in post_message() argument
134 write(omx->m_pipe_out, &id, 1); in post_message()
/hardware/ti/omap4-aah/domx/domx/memmgr_rpc/src/
DAndroid.mk13 $(HARDWARE_TI_OMAP4_BASE)/omx/ducati/domx/system/omx_core/inc \
14 $(HARDWARE_TI_OMAP4_BASE)/omx/ducati/domx/system/mm_osal/inc \
/hardware/ti/omap4xxx/domx/domx/memmgr_rpc/src/
DAndroid.mk13 $(HARDWARE_TI_OMAP4_BASE)/omx/ducati/domx/system/omx_core/inc \
14 $(HARDWARE_TI_OMAP4_BASE)/omx/ducati/domx/system/mm_osal/inc \
/hardware/intel/common/utils/ISV/
DAndroid.mk7 omx/isv_omxcore.cpp \
8 omx/isv_omxcomponent.cpp \
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Dperf339 $DBG echo /omx/PERF_reader $my_perf*$2.trace "|" awk -f /omx/`echo $3 | sed "s/\+/ /g"`
340 /omx/PERF_reader $my_perf*$2.trace | awk -f /omx/`echo $3 | sed "s/\+/ /g"`
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp1911 omx_video* omx = NULL; in async_message_process() local
1922 omx = reinterpret_cast<omx_video*>(context); in async_message_process()
1927 omx->omx_report_error(); in async_message_process()
1934 omx->post_event (0,m_sVenc_msg->statuscode,\ in async_message_process()
1938 omx->post_event (0,m_sVenc_msg->statuscode,\ in async_message_process()
1942 omx->post_event (0,m_sVenc_msg->statuscode,\ in async_message_process()
1946 omx->post_event (0,m_sVenc_msg->statuscode,\ in async_message_process()
1951 omx->post_event (0,m_sVenc_msg->statuscode,\ in async_message_process()
1955 omx->post_event (0,m_sVenc_msg->statuscode,\ in async_message_process()
1963 … (((OMX_U32)(omxhdr - omx->m_inp_mem_ptr) > omx->m_sInPortDef.nBufferCountActual) && in async_message_process()
[all …]
Dvideo_encoder_device_v4l2.cpp238 omx_venc *omx = reinterpret_cast<omx_venc*>(input); in async_venc_message_thread() local
248 pfd.fd = omx->handle->m_nDriver_fd; in async_venc_message_thread()
254 pthread_mutex_lock(&omx->handle->pause_resume_mlock); in async_venc_message_thread()
256 if (omx->handle->paused) { in async_venc_message_thread()
260 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread()
262 pthread_mutex_unlock(&omx->handle->pause_resume_mlock); in async_venc_message_thread()
267 pthread_cond_wait(&omx->handle->pause_resume_cond, in async_venc_message_thread()
268 &omx->handle->pause_resume_mlock); in async_venc_message_thread()
273 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread()
275 pthread_mutex_unlock(&omx->handle->pause_resume_mlock); in async_venc_message_thread()
[all …]
/hardware/ti/omap3/omx/ti_omx_config_parser/
DAndroid.mk32 $(PV_TOP)/codecs_v2/omx/omx_common/src \
33 $(PV_TOP)/codecs_v2/omx/omx_common/include \
/hardware/intel/common/omx-components/
DREADME1 intel moorestown specific wrs-omx-il components
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/qcom/media/mm-video-legacy/vidc/
Dvdec.mk99 LOCAL_MODULE := mm-vdec-omx-test
Dvenc.mk93 LOCAL_MODULE := mm-venc-omx-test720p
/hardware/qcom/media/mm-video-v4l2/vidc/
Dvdec.mk183 LOCAL_MODULE := mm-vdec-omx-test

12