OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptr_q
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
queue.c
32
struct video_queue_context *
ptr_q
= NULL;
local
41
ptr_q
= (struct video_queue_context *)queuecontext;
45
if (
ptr_q
->read_comq ==
ptr_q
->write_comq)
52
if (
ptr_q
->write_dataq ==
ptr_q
->read_dataq)
65
struct video_queue_context *
ptr_q
= NULL;
local
74
ptr_q
= (struct video_queue_context *)queuecontext;
77
sem_wait(&
ptr_q
->sem_message);
80
pthread_mutex_lock(&
ptr_q
->mutex)
106
struct video_queue_context *
ptr_q
= NULL;
local
143
struct video_queue_context *
ptr_q
= NULL;
local
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
message_queue.c
32
struct video_queue_context *
ptr_q
= NULL;
local
41
ptr_q
= (struct video_queue_context *)queuecontext;
45
if (
ptr_q
->read_comq ==
ptr_q
->write_comq)
52
if (
ptr_q
->write_dataq ==
ptr_q
->read_dataq)
65
struct video_queue_context *
ptr_q
= NULL;
local
74
ptr_q
= (struct video_queue_context *)queuecontext;
77
sem_wait(&
ptr_q
->sem_message);
80
pthread_mutex_lock(&
ptr_q
->mutex)
106
struct video_queue_context *
ptr_q
= NULL;
local
145
struct video_queue_context *
ptr_q
= NULL;
local
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
message_queue.c
32
struct video_queue_context *
ptr_q
= NULL;
local
42
ptr_q
= (struct video_queue_context *)queuecontext;
45
if (
ptr_q
->read_comq ==
ptr_q
->write_comq) {
49
if (
ptr_q
->write_dataq ==
ptr_q
->read_dataq) {
60
struct video_queue_context *
ptr_q
= NULL;
local
68
ptr_q
= (struct video_queue_context *)queuecontext;
71
sem_wait(&
ptr_q
->sem_message);
74
pthread_mutex_lock(&
ptr_q
->mutex)
97
struct video_queue_context *
ptr_q
= NULL;
local
133
struct video_queue_context *
ptr_q
= NULL;
local
[
all
...]
Completed in 389 milliseconds