Searched refs:omx (Results 1 - 25 of 30) sorted by relevance

12

/hardware/ti/omap4xxx/domx/domx/memmgr_rpc/src/
H A 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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
H A DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/ti/omap3/omx/ti_omx_config_parser/
H A DAndroid.mk32 $(PV_TOP)/codecs_v2/omx/omx_common/src \
33 $(PV_TOP)/codecs_v2/omx/omx_common/include \
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DAndroid.mk12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A 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/vdec/src/
H A Domx_vdec_hevc.cpp140 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
142 pfd.fd = omx->drv_ctx.video_driver_fd;
159 v4l2_buf.length = omx->drv_ctx.num_planes;
175 if (omx->async_message_process(input,&vdec_msg) < 0) {
191 if (omx->async_message_process(input,&vdec_msg) < 0) {
204 if (omx->async_message_process(input,&vdec_msg) < 0) {
213 if (omx->async_message_process(input,&vdec_msg) < 0) {
222 if (omx->async_message_process(input,&vdec_msg) < 0) {
229 if (omx->async_message_process(input,&vdec_msg) < 0) {
241 if (omx
257 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
287 post_message(omx_vdec *omx, unsigned char id) argument
6056 omx_vdec* omx = NULL; local
[all...]
H A Domx_vdec_msm8974.cpp139 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
141 pfd.fd = omx->drv_ctx.video_driver_fd;
158 v4l2_buf.length = omx->drv_ctx.num_planes;
174 if (omx->async_message_process(input,&vdec_msg) < 0) {
190 if (omx->async_message_process(input,&vdec_msg) < 0) {
203 if (omx->async_message_process(input,&vdec_msg) < 0) {
212 if (omx->async_message_process(input,&vdec_msg) < 0) {
219 if (omx->async_message_process(input,&vdec_msg) < 0) {
231 if (omx->async_message_process(input,&vdec_msg) < 0) {
238 omx
276 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
302 post_message(omx_vdec *omx, unsigned char id) argument
6488 omx_vdec* omx = NULL; local
[all...]
H A Domx_vdec.cpp168 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
177 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG,
186 else if (omx->async_message_process(input,&vdec_msg) < 0) {
197 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
206 n = read(omx->m_pipe_in, &id, 1);
213 omx->process_event_cb(omx, id);
226 void post_message(omx_vdec *omx, unsigned char id) argument
229 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out);
230 ret_value = write(omx
6548 omx_vdec* omx = NULL; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp1606 omx_video* omx = NULL; local
1618 omx = reinterpret_cast<omx_video*>(context);
1624 omx->omx_report_error();
1633 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1638 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1643 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1648 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1655 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1659 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1667 (((OMX_U32)(omxhdr - omx
[all...]
H A Domx_video_base.cpp103 omx_video* omx = reinterpret_cast<omx_video*>(input); local
111 n = read(omx->m_pipe_in, &id, 1);
119 omx->process_event_cb(omx, id);
131 void post_message(omx_video *omx, unsigned char id) argument
134 write(omx->m_pipe_out, &id, 1);
143 // omx cmd queue constructor
149 // omx cmd queue insert
173 // omx cmd queue pop
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp164 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
173 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG,
184 else if (omx->async_message_process(input,&vdec_msg) < 0)
195 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
204 n = read(omx->m_pipe_in, &id, 1);
213 omx->process_event_cb(omx, id);
225 void post_message(omx_vdec *omx, unsigned char id) argument
228 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
229 ret_value = write(omx
6730 omx_vdec* omx = NULL; local
[all...]
H A Domx_vdec_copper.cpp134 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
135 pfd.fd = omx->drv_ctx.video_driver_fd;
199 if (omx->async_message_process(input,&vdec_msg) < 0) {
210 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
219 n = read(omx->m_pipe_in, &id, 1);
228 omx->process_event_cb(omx, id);
240 void post_message(omx_vdec *omx, unsigned char id) argument
243 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
244 ret_value = write(omx
6316 omx_vdec* omx = NULL; local
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp1665 omx_video* omx = NULL; local
1676 omx = reinterpret_cast<omx_video*>(context);
1681 omx->omx_report_error();
1688 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1692 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1696 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1700 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1705 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1709 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1717 (((OMX_U32)(omxhdr - omx
[all...]
H A Dvideo_encoder_device_v4l2.cpp219 omx_venc *omx = reinterpret_cast<omx_venc*>(input); local
229 pfd.fd = omx->handle->m_nDriver_fd;
235 pthread_mutex_lock(&omx->handle->pause_resume_mlock);
237 if (omx->handle->paused) {
241 if (omx->async_message_process(input, &venc_msg) < 0) {
243 pthread_mutex_unlock(&omx->handle->pause_resume_mlock);
248 pthread_cond_wait(&omx->handle->pause_resume_cond,
249 &omx->handle->pause_resume_mlock);
254 if (omx->async_message_process(input, &venc_msg) < 0) {
256 pthread_mutex_unlock(&omx
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/
H A Dvenc.mk93 # # Make the apps-test (mm-venc-omx-test720p)
108 LOCAL_MODULE := mm-venc-omx-test720p
H A Dvdec.mk111 # Make the apps-test (mm-vdec-omx-test)
118 LOCAL_MODULE := mm-vdec-omx-test
/hardware/qcom/media/mm-video-v4l2/vidc/
H A Dvdec.mk172 # Make the apps-test (mm-vdec-omx-test)
180 LOCAL_MODULE := mm-vdec-omx-test
H A Dvenc.mk114 # # Make the apps-test (mm-venc-omx-test720p)
126 LOCAL_MODULE := mm-venc-omx-test720p
/hardware/ti/omap3/omx/
H A DAndroid.mk80 #call to common omx & system components
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h851 omx_vdec *omx; member in class:omx_vdec::allocate_color_convert_buf
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h888 omx_vdec *omx; member in class:omx_vdec::allocate_color_convert_buf

Completed in 460 milliseconds

12