Home
last modified time | relevance | path

Searched refs:c_lock (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp4352 pthread_mutex_init(&c_lock, NULL); in omx_c2d_conv()
4391 pthread_mutex_lock(&c_lock); in convert()
4394 pthread_mutex_unlock(&c_lock); in convert()
4403 pthread_mutex_lock(&c_lock); in open()
4413 pthread_mutex_unlock(&c_lock); in open()
4420 pthread_mutex_lock(&c_lock); in close()
4423 pthread_mutex_unlock(&c_lock); in close()
4432 pthread_mutex_lock(&c_lock); in ~omx_c2d_conv()
4434 pthread_mutex_unlock(&c_lock); in ~omx_c2d_conv()
4442 pthread_mutex_destroy(&c_lock); in ~omx_c2d_conv()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h184 pthread_mutex_t c_lock; variable
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp549 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
589 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
9097 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
9124 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
9144 pthread_mutex_lock(&omx->c_lock); in set_color_format()
9170 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
9201 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
9220 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
9258 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
9261 pthread_mutex_unlock(&omx->c_lock); in get_buffer_req()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp599 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
711 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
8176 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
8210 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
8223 pthread_mutex_lock(&omx->c_lock); in set_color_format()
8252 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
8284 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
8288 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
8324 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
8339 pthread_mutex_unlock(&omx->c_lock); in get_buffer_req()
[all …]
Domx_vdec_msm8974.cpp666 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
791 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
9592 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
9626 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
9639 pthread_mutex_lock(&omx->c_lock); in set_color_format()
9678 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
9710 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
9717 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
9724 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
9754 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
[all …]
Domx_vdec_hevc_swvdec.cpp674 pthread_mutex_init(&c_lock, &attr); in omx_vdec()
820 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
9265 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
9299 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
9312 pthread_mutex_lock(&omx->c_lock); in set_color_format()
9341 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
9373 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
9377 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
9412 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
9427 pthread_mutex_unlock(&omx->c_lock); in get_buffer_req()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h672 pthread_mutex_t c_lock; variable
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h692 pthread_mutex_t c_lock; variable
Domx_vdec.h769 pthread_mutex_t c_lock; variable