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.cpp4490 pthread_mutex_init(&c_lock, NULL); in omx_c2d_conv()
4529 pthread_mutex_lock(&c_lock); in convert()
4532 pthread_mutex_unlock(&c_lock); in convert()
4541 pthread_mutex_lock(&c_lock); in open()
4551 pthread_mutex_unlock(&c_lock); in open()
4558 pthread_mutex_lock(&c_lock); in close()
4561 pthread_mutex_unlock(&c_lock); in close()
4570 pthread_mutex_lock(&c_lock); in ~omx_c2d_conv()
4572 pthread_mutex_unlock(&c_lock); in ~omx_c2d_conv()
4580 pthread_mutex_destroy(&c_lock); in ~omx_c2d_conv()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h183 pthread_mutex_t c_lock; variable
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp551 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
595 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
9103 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
9130 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
9150 pthread_mutex_lock(&omx->c_lock); in set_color_format()
9176 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
9207 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
9226 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
9264 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
9267 pthread_mutex_unlock(&omx->c_lock); in get_buffer_req()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp597 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
709 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
8180 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
8214 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
8227 pthread_mutex_lock(&omx->c_lock); in set_color_format()
8256 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
8288 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
8292 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
8328 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
8343 pthread_mutex_unlock(&omx->c_lock); in get_buffer_req()
[all …]
Domx_vdec_msm8974.cpp692 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
820 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
10103 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
10138 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
10151 pthread_mutex_lock(&omx->c_lock); in set_color_format()
10190 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
10222 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
10230 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
10238 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
10268 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.h790 pthread_mutex_t c_lock; variable