Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp4528 pthread_mutex_init(&c_lock, NULL); in omx_c2d_conv()
4567 pthread_mutex_lock(&c_lock); in convert()
4570 pthread_mutex_unlock(&c_lock); in convert()
4579 pthread_mutex_lock(&c_lock); in open()
4589 pthread_mutex_unlock(&c_lock); in open()
4596 pthread_mutex_lock(&c_lock); in close()
4599 pthread_mutex_unlock(&c_lock); in close()
4608 pthread_mutex_lock(&c_lock); in ~omx_c2d_conv()
4610 pthread_mutex_unlock(&c_lock); in ~omx_c2d_conv()
4618 pthread_mutex_destroy(&c_lock); in ~omx_c2d_conv()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp4862 pthread_mutex_init(&c_lock, NULL); in omx_c2d_conv()
4901 pthread_mutex_lock(&c_lock); in convert()
4904 pthread_mutex_unlock(&c_lock); in convert()
4914 pthread_mutex_lock(&c_lock); in open()
4925 pthread_mutex_unlock(&c_lock); in open()
4932 pthread_mutex_lock(&c_lock); in close()
4935 pthread_mutex_unlock(&c_lock); in close()
4944 pthread_mutex_lock(&c_lock); in ~omx_c2d_conv()
4946 pthread_mutex_unlock(&c_lock); in ~omx_c2d_conv()
4954 pthread_mutex_destroy(&c_lock); in ~omx_c2d_conv()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp5013 pthread_mutex_init(&c_lock, NULL); in omx_c2d_conv()
5052 pthread_mutex_lock(&c_lock); in convert()
5055 pthread_mutex_unlock(&c_lock); in convert()
5065 pthread_mutex_lock(&c_lock); in open()
5076 pthread_mutex_unlock(&c_lock); in open()
5083 pthread_mutex_lock(&c_lock); in close()
5086 pthread_mutex_unlock(&c_lock); in close()
5095 pthread_mutex_lock(&c_lock); in ~omx_c2d_conv()
5097 pthread_mutex_unlock(&c_lock); in ~omx_c2d_conv()
5105 pthread_mutex_destroy(&c_lock); in ~omx_c2d_conv()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h183 pthread_mutex_t c_lock; variable
/hardware/qcom/media/msm8974/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/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h189 pthread_mutex_t c_lock; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp592 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
704 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
8126 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
8160 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
8173 pthread_mutex_lock(&omx->c_lock); in set_color_format()
8202 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
8234 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
8238 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
8274 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
8289 pthread_mutex_unlock(&omx->c_lock); in get_buffer_req()
[all …]
Domx_vdec_hevc_swvdec.cpp682 pthread_mutex_init(&c_lock, &attr); in omx_vdec()
828 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
9467 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
9501 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
9514 pthread_mutex_lock(&omx->c_lock); in set_color_format()
9543 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
9575 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
9579 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
9614 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
9629 pthread_mutex_unlock(&omx->c_lock); in get_buffer_req()
[all …]
Domx_vdec_v4l2.cpp767 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
919 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
11535 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
11570 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
11583 pthread_mutex_lock(&omx->c_lock); in set_color_format()
11629 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
11661 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
11669 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
11677 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
11707 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
[all …]
/hardware/qcom/media/msm8974/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.cpp694 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
822 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
10248 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
10283 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
10296 pthread_mutex_lock(&omx->c_lock); in set_color_format()
10335 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
10367 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
10375 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
10383 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
10413 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/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h201 pthread_mutex_t c_lock; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h672 pthread_mutex_t c_lock; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h692 pthread_mutex_t c_lock; variable
Domx_vdec.h785 pthread_mutex_t c_lock; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h686 pthread_mutex_t c_lock; variable
Domx_vdec_hevc_swvdec.h817 pthread_mutex_t c_lock; variable
Domx_vdec.h807 pthread_mutex_t c_lock; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp844 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
1005 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
11165 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
11249 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
11263 pthread_mutex_lock(&omx->c_lock); in set_color_format()
11295 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
11327 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
11339 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
11347 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
11377 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp796 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
967 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
12667 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
12723 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
12737 pthread_mutex_lock(&omx->c_lock); in set_color_format()
12792 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
12824 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
12832 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
12840 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
12870 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h857 pthread_mutex_t c_lock; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp878 pthread_mutex_init(&c_lock, NULL); in omx_vdec()
1047 pthread_mutex_destroy(&c_lock); in ~omx_vdec()
12379 pthread_mutex_lock(&omx->c_lock); in update_buffer_req()
12464 pthread_mutex_unlock(&omx->c_lock); in update_buffer_req()
12478 pthread_mutex_lock(&omx->c_lock); in set_color_format()
12518 pthread_mutex_unlock(&omx->c_lock); in set_color_format()
12546 pthread_mutex_lock(&omx->c_lock); in get_il_buf_hdr()
12561 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
12569 pthread_mutex_unlock(&omx->c_lock); in get_il_buf_hdr()
12584 pthread_mutex_lock(&omx->c_lock); in get_buffer_req()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1074 pthread_mutex_t c_lock; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1021 pthread_mutex_t c_lock; variable