HomeSort by relevance Sort by last modified time
    Searched defs:omx (Results 1 - 12 of 12) sorted by null

  /frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp 110 printf("\nDecoding jpeg with OMX...\n");
111 OmxJpegImageDecoder* omx = new OmxJpegImageDecoder; local
112 testDecoder(omx, argv[1]);
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 247 sp<IOMX> omx = getOMX(); local
248 reply->writeStrongBinder(omx->asBinder());
  /frameworks/av/media/libstagefright/
OMXClient.cpp 27 #include "include/OMX.h"
153 return !strncasecmp(name, "OMX.google.", 11);
172 mLocalOMX = new OMX;
183 sp<IOMX> omx; local
187 mLocalOMX = new OMX;
189 omx = mLocalOMX;
191 omx = mRemoteOMX;
194 status_t err = omx->allocateNode(name, observer, node);
200 if (omx == mLocalOMX) {
348 ALOGI("Using client-side OMX mux.")
    [all...]
ACodec.cpp 562 ALOGW("querying usage flags from OMX IL component failed: %d", err);
610 // XXX: Is this the right logic to use? It's not clear to me what the OMX
639 // Dequeue buffers and send them to OMX
659 ALOGE("registering GraphicBuffer %lu with OMX IL component failed: "
929 "OMX.google.android.index.prependSPSPPSToIDRFrames",
3293 sp<IOMX> omx = client.interface(); local
    [all...]
  /hardware/qcom/media/mm-video/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",
1602 omx_video* omx = NULL; local
    [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...]
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...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 614 static void dumpCodecProfiles(const sp<IOMX>& omx, bool queryDecoders) {
632 CHECK_EQ(QueryCodecs(omx, kMimeTypes[k],
885 sp<IOMX> omx = service->getOMX(); local
886 CHECK(omx.get() != NULL);
887 dumpCodecProfiles(omx, true /* queryDecoders */);
888 dumpCodecProfiles(omx, false /* queryDecoders */);
898 sp<IOMX> omx = service->getOMX(); local
899 CHECK(omx.get() != NULL);
902 omx->listNodes(&list);
    [all...]
  /hardware/qcom/media/mm-video/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
849 omx_vdec *omx; member in class:omx_vdec::allocate_color_convert_buf
  /hardware/qcom/media/mm-video/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...]
omx_vdec.cpp 156 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input); local
165 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG,
176 else if (omx->async_message_process(input,&vdec_msg) < 0)
187 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
196 n = read(omx->m_pipe_in, &id, 1);
205 omx->process_event_cb(omx, id);
217 void post_message(omx_vdec *omx, unsigned char id)
220 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
221 ret_value = write(omx->m_pipe_out, &id, 1)
6646 omx_vdec* omx = NULL; local
    [all...]

Completed in 312 milliseconds