OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:venc_dev
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device.h
45
class
venc_dev
class
48
venc_dev
(class omx_venc *venc_class); //constructor
49
~
venc_dev
(); //des
video_encoder_device_copper.h
162
class
venc_dev
class
165
venc_dev
(class omx_venc *venc_class); //constructor
166
~
venc_dev
(); //des
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h
45
class
venc_dev
class
48
venc_dev
(class omx_venc *venc_class); //constructor
49
~
venc_dev
(); //des
video_encoder_device_v4l2.h
194
class
venc_dev
class
197
venc_dev
(class omx_venc *venc_class); //constructor
198
~
venc_dev
(); //des
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp
147
venc_dev
::
venc_dev
(class omx_venc *venc_class)
function in class:venc_dev
155
DEBUG_PRINT_LOW("
venc_dev
constructor");
158
venc_dev
::~
venc_dev
()
162
DEBUG_PRINT_LOW("
venc_dev
distructor");
201
bool
venc_dev
::venc_open(OMX_U32 codec)
320
void
venc_dev
::venc_close()
340
bool
venc_dev
::venc_set_buf_req(unsigned long *min_buff_count,
387
bool
venc_dev
::venc_loaded_start(
[
all
...]
video_encoder_device_copper.cpp
146
venc_dev
::
venc_dev
(class omx_venc *venc_class)
function in class:venc_dev
153
venc_dev
::~
venc_dev
()
239
bool
venc_dev
::venc_open(OMX_U32 codec)
420
void
venc_dev
::venc_close()
463
bool
venc_dev
::venc_set_buf_req(unsigned long *min_buff_count,
506
bool
venc_dev
::venc_loaded_start()
511
bool
venc_dev
::venc_loaded_stop()
516
bool
venc_dev
::venc_loaded_start_done(
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp
142
venc_dev
::
venc_dev
(class omx_venc *venc_class)
function in class:venc_dev
149
DEBUG_PRINT_LOW("
venc_dev
constructor");
152
venc_dev
::~
venc_dev
()
156
DEBUG_PRINT_LOW("
venc_dev
distructor");
192
bool
venc_dev
::venc_open(OMX_U32 codec)
318
void
venc_dev
::venc_close()
339
bool
venc_dev
::venc_set_buf_req(unsigned long *min_buff_count,
383
bool
venc_dev
::venc_loaded_start(
[
all
...]
video_encoder_device_v4l2.cpp
172
venc_dev
::
venc_dev
(class omx_venc *venc_class)
function in class:venc_dev
210
venc_dev
::~
venc_dev
()
215
void*
venc_dev
::async_venc_message_thread (void *input)
423
bool
venc_dev
::handle_extradata(void *buffer, int index)
446
int
venc_dev
::venc_set_format(int format)
460
OMX_ERRORTYPE
venc_dev
::allocate_extradata()
506
void
venc_dev
::free_extradata()
520
bool
venc_dev
::venc_open(OMX_U32 codec
[
all
...]
Completed in 159 milliseconds