OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptr_q
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/media/mm-video/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
143
struct video_queue_context *
ptr_q
= NULL;
local
[
all
...]
/hardware/qcom/media/mm-video/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
...]
Completed in 63 milliseconds