HomeSort by relevance Sort by last modified time
    Searched refs:omx (Results 1 - 25 of 53) sorted by null

1 2 3

  /hardware/ti/omap4-aah/domx/domx/memmgr_rpc/src/
Android.mk 13 $(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/
Android.mk 13 $(HARDWARE_TI_OMAP4_BASE)/omx/ducati/domx/system/omx_core/inc \
14 $(HARDWARE_TI_OMAP4_BASE)/omx/ducati/domx/system/mm_osal/inc \
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/
Android.mk 20 $(TARGET_OUT_HEADERS)/mm-still/mm-omx
32 LOCAL_SHARED_LIBRARIES := libdl libcutils liblog libmmstillomx libimage-jpeg-enc-omx-comp
  /hardware/intel/common/utils/ISV/
Android.mk 7 omx/isv_omxcore.cpp \
8 omx/isv_omxcomponent.cpp \
  /frameworks/av/media/libmedia/
IMediaCodecService.cpp 61 sp<IOMX> omx = getOMX(); local
62 reply->writeStrongBinder(IInterface::asBinder(omx));
IMediaPlayerService.cpp 166 sp<IOMX> omx = getOMX(); local
167 reply->writeStrongBinder(IInterface::asBinder(omx));
  /hardware/ti/omap3/omx/ti_omx_config_parser/
Android.mk 32 $(PV_TOP)/codecs_v2/omx/omx_common/src \
33 $(PV_TOP)/codecs_v2/omx/omx_common/include \
  /frameworks/av/media/libstagefright/omx/tests/
Android.mk 39 frameworks/av/media/libstagefright/omx \
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 167 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
176 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG,
187 else if (omx->async_message_process(input,&vdec_msg) < 0)
198 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
207 n = read(omx->m_pipe_in, &id, 1);
216 omx->process_event_cb(omx, id);
228 void post_message(omx_vdec *omx, unsigned char id)
231 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
232 ret_value = write(omx->m_pipe_out, &id, 1)
6763 omx_vdec* omx = NULL; local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 339 $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/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 160 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
163 pfds[0].fd = omx->drv_ctx.video_driver_fd;
164 pfds[1].fd = omx->m_poll_efd;
168 while (!omx->async_thread_force_stop) {
186 v4l2_buf.length = omx->drv_ctx.num_planes;
204 if (omx->async_message_process(input,&vdec_msg) < 0) {
220 if (omx->async_message_process(input,&vdec_msg) < 0) {
237 if (omx->async_message_process(input,&vdec_msg) < 0) {
245 omx->dpb_bit_depth = dqevent.u.data[0];
247 if (omx->async_message_process(input,&vdec_msg) < 0)
334 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
8152 omx_vdec* omx = NULL; local
    [all...]
omx_vdec_hevc.cpp 143 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
145 pfd.fd = omx->drv_ctx.video_driver_fd;
162 v4l2_buf.length = omx->drv_ctx.num_planes;
178 if (omx->async_message_process(input,&vdec_msg) < 0) {
194 if (omx->async_message_process(input,&vdec_msg) < 0) {
207 if (omx->async_message_process(input,&vdec_msg) < 0) {
216 if (omx->async_message_process(input,&vdec_msg) < 0) {
225 if (omx->async_message_process(input,&vdec_msg) < 0) {
232 if (omx->async_message_process(input,&vdec_msg) < 0) {
244 if (omx->async_message_process(input,&vdec_msg) < 0)
260 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
6048 omx_vdec* omx = NULL; local
    [all...]
omx_vdec_hevc_swvdec.cpp 132 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
134 pfd.fd = omx->drv_ctx.video_driver_fd;
153 v4l2_buf.length = omx->drv_ctx.num_planes;
169 if (omx->async_message_process(input,&vdec_msg) < 0) {
185 if (omx->async_message_process(input,&vdec_msg) < 0) {
198 if (omx->async_message_process(input,&vdec_msg) < 0) {
207 if (omx->async_message_process(input,&vdec_msg) < 0) {
214 if (omx->async_message_process(input,&vdec_msg) < 0) {
226 if (omx->async_message_process(input,&vdec_msg) < 0) {
234 omx->buf_ref_remove(ptr[0], ptr[1])
273 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
7468 omx_vdec* omx = NULL; local
10582 omx_vdec *omx = reinterpret_cast<omx_vdec*>(pClientHandle); local
10622 omx_vdec *omx = reinterpret_cast<omx_vdec*>(pClientHandle); local
10685 omx_vdec *omx = reinterpret_cast<omx_vdec*>(pClientHandle); local
    [all...]
  /frameworks/av/media/libstagefright/
OMXClient.cpp 34 #include "include/OMX.h"
211 // all non-secure decoders, OMX.google.* codecs and encoders can go in the codec process
212 // (non-OMX.google.* encoders can be excluded using system property.)
218 || !strncasecmp(name, "OMX.google.", 11)) {
225 // 64 bit processes always run OMX remote on MediaServer
228 // 32 bit processes run only OMX.google.* components locally
229 if (!strncasecmp(name, "OMX.google.", 11)) {
263 mLocalOMX = new OMX;
275 sp<IOMX> omx; local
279 omx = mMediaCodecOMX
418 sp<IOMX> omx; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 147 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
149 pfd.fd = omx->drv_ctx.video_driver_fd;
166 v4l2_buf.length = omx->drv_ctx.num_planes;
182 if (omx->async_message_process(input,&vdec_msg) < 0) {
198 if (omx->async_message_process(input,&vdec_msg) < 0) {
211 if (omx->async_message_process(input,&vdec_msg) < 0) {
220 if (omx->async_message_process(input,&vdec_msg) < 0) {
229 if (omx->async_message_process(input,&vdec_msg) < 0) {
236 if (omx->async_message_process(input,&vdec_msg) < 0) {
248 if (omx->async_message_process(input,&vdec_msg) < 0)
264 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
6084 omx_vdec* omx = NULL; local
    [all...]
omx_vdec_hevc_swvdec.cpp 138 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
140 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->buf_ref_remove(ptr[0], ptr[1])
275 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
7253 omx_vdec* omx = NULL; local
10358 omx_vdec *omx = reinterpret_cast<omx_vdec*>(pClientHandle); local
10397 omx_vdec *omx = reinterpret_cast<omx_vdec*>(pClientHandle); local
10438 omx_vdec *omx = reinterpret_cast<omx_vdec*>(pClientHandle); local
    [all...]
omx_vdec_msm8974.cpp 149 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
151 pfd.fd = omx->drv_ctx.video_driver_fd;
169 v4l2_buf.length = omx->drv_ctx.num_planes;
187 if (omx->async_message_process(input,&vdec_msg) < 0) {
203 if (omx->async_message_process(input,&vdec_msg) < 0) {
216 if (omx->async_message_process(input,&vdec_msg) < 0) {
225 if (omx->async_message_process(input,&vdec_msg) < 0) {
232 if (omx->async_message_process(input,&vdec_msg) < 0) {
244 if (omx->async_message_process(input,&vdec_msg) < 0) {
253 if (omx->async_message_process(input,&vdec_msg) < 0)
308 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
7431 omx_vdec* omx = NULL; local
    [all...]
omx_vdec.cpp 168 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)
229 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out);
230 ret_value = write(omx->m_pipe_out, &id, 1)
6548 omx_vdec* omx = NULL; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 110 if(!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
117 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
123 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
129 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc.secure",\
162 //Intialise the OMX layer variables
467 OMX Set Parameter method implementation.
473 OMX Error None if successful.
783 if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.mpeg4",\
791 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
799 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",
1606 omx_video* omx = NULL; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 133 if (!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
138 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
142 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
146 } else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc.secure",\
153 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.vp8", \
159 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.hevc", \
163 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.hevc.secure", \
195 //Intialise the OMX layer variables
544 OMX Set Parameter method implementation.
550 OMX Error None if successful
2145 omx_video* omx = NULL; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/
vdec.mk 89 # Make the apps-test (mm-vdec-omx-test)
96 LOCAL_MODULE := mm-vdec-omx-test
venc.mk 79 # # Make the apps-test (mm-venc-omx-test720p)
90 LOCAL_MODULE := mm-venc-omx-test720p
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 206 if (!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
211 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
215 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
219 } else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc.secure",\
226 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.vp8", \
232 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.hevc", \
236 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.hevc.secure", \
267 //Intialise the OMX layer variables
605 OMX Set Parameter method implementation.
611 OMX Error None if successful
2349 omx_video* omx = NULL; local
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 116 omx_vdpp *omx = reinterpret_cast<omx_vdpp*>(input); local
118 pfd[0].fd = omx->drv_ctx.video_vpu_fd;
120 pfd[1].fd = omx->m_ctrl_in;
150 v4l2_buf.length = omx->drv_ctx.output_num_planes;
161 extra_idx = EXTRADATA_IDX(omx->drv_ctx.output_num_planes);
166 //DEBUG_PRINT_HIGH("async_message_thread 2.5 omx->drv_ctx.op_buf.buffer_size = %d, plane[0].bytesused = %d, plane[%d].bytesused = %d\n", omx->drv_ctx.op_buf.buffer_size, v4l2_buf.m.planes[0].bytesused, extra_idx, v4l2_buf.m.planes[extra_idx].bytesused);
175 // pass the timestamp back to OMX
179 if (omx->async_message_process(input,&vdpp_msg) < 0) {
190 v4l2_buf.length = omx->drv_ctx.input_num_planes
297 omx_vdpp *omx = reinterpret_cast<omx_vdpp*>(input); local
376 omx_vdpp* omx = reinterpret_cast<omx_vdpp*>(input); local
6397 omx_vdpp* omx = NULL; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/
Android.mk 42 $(TARGET_OUT_HEADERS)/mm-still/mm-omx

Completed in 964 milliseconds

1 2 3