HomeSort by relevance Sort by last modified time
    Searched refs:omx (Results 26 - 46 of 46) sorted by null

12

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 134 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)
243 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
244 ret_value = write(omx->m_pipe_out, &id, 1)
6316 omx_vdec* omx = NULL; local
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 53 // OMX Spec defines less than 50 color formats. If the query for
56 // 1000 is more than enough for us to tell whether the omx
136 if (!strncmp("OMX.google.", componentName, 11)) {
140 if (!strncmp("OMX.", componentName, 4)) {
147 // A sort order in which OMX software codecs are first, followed
148 // by other (non-OMX) software codecs, followed by everything else.
152 bool isOMX1 = !strncmp(elem1->mName.string(), "OMX.", 4);
153 bool isOMX2 = !strncmp(elem2->mName.string(), "OMX.", 4);
276 const sp<IOMX> &omx,
333 ALOGV("Attempting to allocate OMX node '%s'", componentName)
    [all...]
ACodec.cpp 591 ALOGW("querying usage flags from OMX IL component failed: %d", err);
639 // XXX: Is this the right logic to use? It's not clear to me what the OMX
680 // Dequeue buffers and send them to OMX
700 ALOGE("registering GraphicBuffer %lu with OMX IL component failed: "
747 // Dequeue buffers and send them to OMX
3586 sp<IOMX> omx = client.interface(); local
    [all...]
  /device/lge/mako/self-extractors/qcom/staging/
device-partial.mk 104 vendor/qcom/mako/proprietary/libimage-jpeg-dec-omx-comp.so:system/lib/libimage-jpeg-dec-omx-comp.so:qcom \
105 vendor/qcom/mako/proprietary/libimage-jpeg-enc-omx-comp.so:system/lib/libimage-jpeg-enc-omx-comp.so:qcom \
106 vendor/qcom/mako/proprietary/libimage-omx-common.so:system/lib/libimage-omx-common.so:qcom \
  /device/asus/flo/
device-common.mk 203 mm-vdec-omx-test \
204 mm-venc-omx-test720p \
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 276 sp<IOMX> omx = getOMX(); local
277 reply->writeStrongBinder(omx->asBinder());
  /hardware/ti/omap3/omx/
Android.mk 80 #call to common omx & system components
  /device/asus/deb/self-extractors/qcom/staging/
device-partial.mk 174 vendor/qcom/deb/proprietary/libimage-jpeg-enc-omx-comp.so:system/vendor/lib/libimage-jpeg-enc-omx-comp.so:qcom \
175 vendor/qcom/deb/proprietary/libimage-omx-common.so:system/vendor/lib/libimage-omx-common.so:qcom \
  /device/asus/flo/self-extractors/qcom/staging/
device-partial.mk 172 vendor/qcom/flo/proprietary/libimage-jpeg-enc-omx-comp.so:system/vendor/lib/libimage-jpeg-enc-omx-comp.so:qcom \
173 vendor/qcom/flo/proprietary/libimage-omx-common.so:system/vendor/lib/libimage-omx-common.so:qcom \
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armOMX.h 12 * This file allows a version of the OMX DL libraries to be built where some or
36 #define OMXCAT2BAR(A, B) omx ## A ## B
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armOMX.h 12 * This file allows a version of the OMX DL libraries to be built where some or
36 #define OMXCAT2BAR(A, B) omx ## A ## B
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armOMX.h 12 * This file allows a version of the OMX DL libraries to be built where some or
36 #define OMXCAT2BAR(A, B) omx ## A ## B
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 68 #define LOG_TAG "OMX-VDEC-720P"
70 #define LOG_TAG "OMX-VDEC-1080P"
72 #define LOG_TAG "OMX-VDEC"
259 // OMX video decoder class
678 // OMX State
851 omx_vdec *omx; member in class:omx_vdec::allocate_color_convert_buf
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 55 #define LOG_TAG "OMX-VDEC-720P"
57 #define LOG_TAG "OMX-VDEC-1080P"
59 #define LOG_TAG "OMX-VDEC"
263 // OMX video decoder class
702 // OMX State
888 omx_vdec *omx; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
omx_vdec.h 55 #define LOG_TAG "OMX-VDEC-720P"
57 #define LOG_TAG "OMX-VDEC-1080P"
59 #define LOG_TAG "OMX-VDEC"
283 // OMX video decoder class
749 // OMX State
948 omx_vdec *omx; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /external/sepolicy/
file_contexts 76 /dev/rpmsg-omx[0-9] u:object_r:rpmsg_device:s0
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 85 ////////////////// OMX COMPONENT CAPABILITY RELATED MEMBERS
103 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)
134 write(omx->m_pipe_out, &id, 1);
143 // omx cmd queue constructor
149 // omx cmd queue insert
173 // omx cmd queue po
    [all...]
video_encoder_device.cpp 171 omx_venc *omx = reinterpret_cast<omx_venc*>(input); local
181 error_code = ioctl(omx->handle->m_nDriver_fd,VEN_IOCTL_CMD_READ_NEXT_MSG,(void *)&ioctl_msg);
191 else if(omx->async_message_process(input,&venc_msg) < 0)
    [all...]
video_encoder_device_copper.cpp 163 omx_venc *omx = reinterpret_cast<omx_venc*>(input); local
175 pfd.fd = omx->handle->m_nDriver_fd;
229 if(omx->async_message_process(input,&venc_msg) < 0)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 80 ////////////////// OMX COMPONENT CAPABILITY RELATED MEMBERS
98 omx_video* omx = reinterpret_cast<omx_video*>(input); local
105 n = read(omx->m_pipe_in, &id, 1);
111 omx->process_event_cb(omx, id);
123 void post_message(omx_video *omx, unsigned char id)
126 write(omx->m_pipe_out, &id, 1);
135 // omx cmd queue constructor
141 // omx cmd queue insert
161 // omx cmd queue po
    [all...]
video_encoder_device.cpp 165 omx_venc *omx = reinterpret_cast<omx_venc*>(input); local
175 error_code = ioctl(omx->handle->m_nDriver_fd,VEN_IOCTL_CMD_READ_NEXT_MSG,(void *)&ioctl_msg);
182 } else if (omx->async_message_process(input,&venc_msg) < 0) {
    [all...]

Completed in 1376 milliseconds

12