Home
last modified time | relevance | path

Searched refs:ioctl_msg (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp168 struct venc_ioctl_msg ioctl_msg ={NULL,NULL}; in async_venc_message_thread() local
178 ioctl_msg.in = NULL; in async_venc_message_thread()
179 ioctl_msg.out = (void*)&venc_msg; in async_venc_message_thread()
182 … error_code = ioctl(omx->handle->m_nDriver_fd,VEN_IOCTL_CMD_READ_NEXT_MSG,(void *)&ioctl_msg); in async_venc_message_thread()
311 struct venc_ioctl_msg ioctl_msg = {NULL,NULL}; in venc_open() local
330 ioctl_msg.in = NULL; in venc_open()
331 ioctl_msg.out = &num_instances; in venc_open()
333 if (ioctl (m_nDriver_fd, VEN_IOCTL_GET_NUMBER_INSTANCES, (void*)&ioctl_msg) < 0 ) { in venc_open()
379 ioctl_msg.in = (void*)&m_sVenc_cfg; in venc_open()
380 ioctl_msg.out = NULL; in venc_open()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp167 struct venc_ioctl_msg ioctl_msg ={NULL,NULL}; in async_venc_message_thread() local
177 ioctl_msg.in = NULL; in async_venc_message_thread()
178 ioctl_msg.out = (void*)&venc_msg; in async_venc_message_thread()
181 … error_code = ioctl(omx->handle->m_nDriver_fd,VEN_IOCTL_CMD_READ_NEXT_MSG,(void *)&ioctl_msg); in async_venc_message_thread()
310 struct venc_ioctl_msg ioctl_msg = {NULL,NULL}; in venc_open() local
329 ioctl_msg.in = NULL; in venc_open()
330 ioctl_msg.out = &num_instances; in venc_open()
332 if (ioctl (m_nDriver_fd, VEN_IOCTL_GET_NUMBER_INSTANCES, (void*)&ioctl_msg) < 0 ) { in venc_open()
378 ioctl_msg.in = (void*)&m_sVenc_cfg; in venc_open()
379 ioctl_msg.out = NULL; in venc_open()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp165 struct venc_ioctl_msg ioctl_msg ={NULL,NULL}; in async_venc_message_thread() local
175 ioctl_msg.in = NULL; in async_venc_message_thread()
176 ioctl_msg.out = (void*)&venc_msg; in async_venc_message_thread()
179 error_code = ioctl(omx->handle->m_nDriver_fd,VEN_IOCTL_CMD_READ_NEXT_MSG,(void *)&ioctl_msg); in async_venc_message_thread()
201 struct venc_ioctl_msg ioctl_msg = {NULL,NULL}; in venc_open() local
225 ioctl_msg.in = NULL; in venc_open()
226 ioctl_msg.out = &num_instances; in venc_open()
227 if(ioctl (m_nDriver_fd, VEN_IOCTL_GET_NUMBER_INSTANCES, (void*)&ioctl_msg) < 0 ) in venc_open()
278 ioctl_msg.in = (void*)&m_sVenc_cfg; in venc_open()
279 ioctl_msg.out = NULL; in venc_open()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c227 struct venc_ioctl_msg ioctl_msg = {NULL,NULL}; in init_encoder() local
259 ioctl_msg.in = &basecfg; in init_encoder()
260 ioctl_msg.out = NULL; in init_encoder()
263 (void*)&ioctl_msg) < 0) in init_encoder()
271 ioctl_msg.in = &ratecrl; in init_encoder()
272 ioctl_msg.out = NULL; in init_encoder()
275 (void*)&ioctl_msg) < 0) in init_encoder()
284 ioctl_msg.in = &profile; in init_encoder()
285 ioctl_msg.out = NULL; in init_encoder()
288 (void*)&ioctl_msg) < 0) in init_encoder()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c218 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL}; in init_decoder() local
244 ioctl_msg.in = &init_decode->decoder_format; in init_decoder()
245 ioctl_msg.out = NULL; in init_decoder()
248 (void*)&ioctl_msg) < 0) in init_decoder()
255 ioctl_msg.in = &output_format; in init_decoder()
256 ioctl_msg.out = NULL; in init_decoder()
259 (void*)&ioctl_msg) < 0) in init_decoder()
265 ioctl_msg.in = &init_decode->video_resoultion; in init_decoder()
266 ioctl_msg.out = NULL; in init_decoder()
269 (void*)&ioctl_msg) < 0) in init_decoder()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c209 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL}; in init_decoder() local
234 ioctl_msg.in = &init_decode->decoder_format; in init_decoder()
235 ioctl_msg.out = NULL; in init_decoder()
238 (void*)&ioctl_msg) < 0) { in init_decoder()
244 ioctl_msg.in = &output_format; in init_decoder()
245 ioctl_msg.out = NULL; in init_decoder()
248 (void*)&ioctl_msg) < 0) { in init_decoder()
253 ioctl_msg.in = &init_decode->video_resoultion; in init_decoder()
254 ioctl_msg.out = NULL; in init_decoder()
257 (void*)&ioctl_msg) < 0) { in init_decoder()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp165 struct vdec_ioctl_msg ioctl_msg; in async_message_thread() local
173 ioctl_msg.in = NULL; in async_message_thread()
174 ioctl_msg.out = (void*)&vdec_msg; in async_message_thread()
177 (void*)&ioctl_msg); in async_message_thread()
1191 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL}; in component_init() local
1443 ioctl_msg.in = &drv_ctx.decoder_format; in component_init()
1444 ioctl_msg.out = NULL; in component_init()
1448 (void*)&ioctl_msg) < 0) in component_init()
1456 ioctl_msg.in = &drv_ctx.output_format; in component_init()
1457 ioctl_msg.out = NULL; in component_init()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp166 struct vdec_ioctl_msg ioctl_msg; in async_message_thread() local
174 ioctl_msg.in = NULL; in async_message_thread()
175 ioctl_msg.out = (void*)&vdec_msg; in async_message_thread()
178 (void*)&ioctl_msg); in async_message_thread()
1153 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL}; in component_init() local
1417 ioctl_msg.in = &drv_ctx.decoder_format; in component_init()
1418 ioctl_msg.out = NULL; in component_init()
1422 (void*)&ioctl_msg) < 0) in component_init()
1430 ioctl_msg.in = &drv_ctx.output_format; in component_init()
1431 ioctl_msg.out = NULL; in component_init()
[all …]