Searched defs:omx (Results 1 - 17 of 17) sorted by relevance

/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
H A Dvideo_encoder_device.cpp169 omx_venc *omx = reinterpret_cast<omx_venc*>(input); local
179 error_code = ioctl(omx->handle->m_nDriver_fd,VEN_IOCTL_CMD_READ_NEXT_MSG,(void *)&ioctl_msg);
189 else if(omx->async_message_process(input,&venc_msg) < 0)
H A Dvideo_encoder_device_copper.cpp161 omx_venc *omx = reinterpret_cast<omx_venc*>(input); local
173 pfd.fd = omx->handle->m_nDriver_fd;
227 if(omx->async_message_process(input,&venc_msg) < 0)
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp1911 omx_video* omx = NULL; local
1922 omx = reinterpret_cast<omx_video*>(context);
1927 omx->omx_report_error();
1934 omx->post_event (0,m_sVenc_msg->statuscode,\
1938 omx->post_event (0,m_sVenc_msg->statuscode,\
1942 omx->post_event (0,m_sVenc_msg->statuscode,\
1946 omx->post_event (0,m_sVenc_msg->statuscode,\
1951 omx->post_event (0,m_sVenc_msg->statuscode,\
1955 omx->post_event (0,m_sVenc_msg->statuscode,\
1963 (((OMX_U32)(omxhdr - omx
[all...]
H A Domx_video_base.cpp99 omx_video* omx = reinterpret_cast<omx_video*>(input); local
106 n = read(omx->m_pipe_in, &id, 1);
112 omx->process_event_cb(omx, id);
124 void post_message(omx_video *omx, unsigned char id) argument
127 write(omx->m_pipe_out, &id, 1);
136 // omx cmd queue constructor
142 // omx cmd queue insert
162 // omx cmd queue pop
H A Dvideo_encoder_device.cpp171 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);
188 } else if (omx->async_message_process(input,&venc_msg) < 0) {
H A Dvideo_encoder_device_v4l2.cpp238 omx_venc *omx = reinterpret_cast<omx_venc*>(input); local
248 pfd.fd = omx->handle->m_nDriver_fd;
254 pthread_mutex_lock(&omx->handle->pause_resume_mlock);
256 if (omx->handle->paused) {
260 if (omx->async_message_process(input, &venc_msg) < 0) {
262 pthread_mutex_unlock(&omx->handle->pause_resume_mlock);
267 pthread_cond_wait(&omx->handle->pause_resume_cond,
268 &omx->handle->pause_resume_mlock);
273 if (omx->async_message_process(input, &venc_msg) < 0) {
275 pthread_mutex_unlock(&omx
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h858 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.h884 omx_vdec *omx; member in class:omx_vdec::allocate_color_convert_buf
H A Domx_vdec.h982 omx_vdec *omx; member in class:omx_vdec::allocate_color_convert_buf
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp167 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) argument
231 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
232 ret_value = write(omx
6757 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/vdec/src/
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...]
H A Domx_vdec_hevc.cpp149 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
266 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
296 post_message(omx_vdec *omx, unsigned char id) argument
6080 omx_vdec* omx = NULL; local
[all...]
H A Domx_vdec_hevc_swvdec.cpp138 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
275 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
310 post_message(omx_vdec *omx, unsigned char id) argument
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...]
H A Domx_vdec_msm8974.cpp144 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
283 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input); local
309 post_message(omx_vdec *omx, unsigned char id) argument
6949 omx_vdec* omx = NULL; local
[all...]

Completed in 4764 milliseconds