HomeSort by relevance Sort by last modified time
    Searched refs:omx (Results 1 - 25 of 51) 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
33 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 \
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Android.mk 12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/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 \
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Android.mk 12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Android.mk 12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
  /hardware/qcom/media/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)
6757 omx_vdec* omx = NULL; local
    [all...]
  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 67 sp<IOMX> omx(service->getOMX());
68 if (omx.get() == NULL) {
69 ALOGE("android_videoCodec_expose() couldn't access OMX interface");
77 if (OK == QueryCodecs(omx, kVideoMimeTypes[m], true /* queryDecoders */,
  /frameworks/av/include/media/stagefright/
OMXCodec.h 65 const sp<IOMX> &omx,
73 const sp<IOMX> &omx, IOMX::node_id node, bool isEncoder,
222 // submitted to OMX next. This only applies when using buffers from a
234 OMXCodec(const sp<IOMX> &omx, IOMX::node_id node,
393 const sp<IOMX> &omx,
398 const sp<IOMX> &omx,
403 const sp<IOMX> &omx,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Android.mk 12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Android.mk 12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Android.mk 12 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/omx
  /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/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 149 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
151 pfd.fd = omx->drv_ctx.video_driver_fd;
168 v4l2_buf.length = omx->drv_ctx.num_planes;
184 if (omx->async_message_process(input,&vdec_msg) < 0) {
200 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) {
231 if (omx->async_message_process(input,&vdec_msg) < 0) {
238 if (omx->async_message_process(input,&vdec_msg) < 0) {
250 if (omx->async_message_process(input,&vdec_msg) < 0)
266 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
6080 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 144 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
146 pfd.fd = omx->drv_ctx.video_driver_fd;
164 v4l2_buf.length = omx->drv_ctx.num_planes;
180 if (omx->async_message_process(input,&vdec_msg) < 0) {
196 if (omx->async_message_process(input,&vdec_msg) < 0) {
209 if (omx->async_message_process(input,&vdec_msg) < 0) {
218 if (omx->async_message_process(input,&vdec_msg) < 0) {
225 if (omx->async_message_process(input,&vdec_msg) < 0) {
237 if (omx->async_message_process(input,&vdec_msg) < 0) {
245 omx->buf_ref_remove(ptr[0], ptr[1])
283 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
6949 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/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/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 126 if (!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
131 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
135 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
139 } else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc.secure",\
146 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.vp8", \
178 //Intialise the OMX layer variables
480 OMX Set Parameter method implementation.
486 OMX Error None if successful.
1911 omx_video* omx = NULL; local
    [all...]
  /frameworks/av/media/libstagefright/
OMXClient.cpp 32 #include "include/OMX.h"
179 // 64 bit processes always run OMX remote on MediaServer
182 // 32 bit processes run only OMX.google.* components locally
183 return !strncasecmp(name, "OMX.google.", 11);
203 mLocalOMX = new OMX;
214 sp<IOMX> omx; local
218 mLocalOMX = new OMX;
220 omx = mLocalOMX;
222 omx = mRemoteOMX;
225 status_t err = omx->allocateNode(name, observer, node)
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 614 static void dumpCodecProfiles(const sp<IOMX>& omx, bool queryDecoders) {
632 CHECK_EQ(QueryCodecs(omx, kMimeTypes[k],
884 sp<IOMX> omx = service->getOMX(); local
885 CHECK(omx.get() != NULL);
886 dumpCodecProfiles(omx, true /* queryDecoders */);
887 dumpCodecProfiles(omx, false /* queryDecoders */);
897 sp<IOMX> omx = service->getOMX(); local
898 CHECK(omx.get() != NULL);
901 omx->listNodes(&list);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/
vdec.mk 92 # Make the apps-test (mm-vdec-omx-test)
99 LOCAL_MODULE := mm-vdec-omx-test
venc.mk 82 # # Make the apps-test (mm-venc-omx-test720p)
93 LOCAL_MODULE := mm-venc-omx-test720p

Completed in 1260 milliseconds

1 2 3