OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4ENCODER_Context
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/vss/common/inc/
M4ENCODER_common.h
392
typedef M4OSA_Void*
M4ENCODER_Context
;
395
M4ENCODER_Context
* pContext,
404
M4ENCODER_Context
pContext,
410
typedef M4OSA_ERR (M4ENCODER_start) (
M4ENCODER_Context
pContext);
411
typedef M4OSA_ERR (M4ENCODER_stop) (
M4ENCODER_Context
pContext);
412
typedef M4OSA_ERR (M4ENCODER_pause) (
M4ENCODER_Context
pContext);
413
typedef M4OSA_ERR (M4ENCODER_resume) (
M4ENCODER_Context
pContext);
414
typedef M4OSA_ERR (M4ENCODER_close) (
M4ENCODER_Context
pContext);
415
typedef M4OSA_ERR (M4ENCODER_cleanup) (
M4ENCODER_Context
pContext);
416
typedef M4OSA_ERR (M4ENCODER_regulBitRate) (
M4ENCODER_Context
pContext)
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp
303
M4OSA_ERR VideoEditorVideoEncoder_getDSI(
M4ENCODER_Context
pContext,
407
M4OSA_ERR VideoEditorVideoEncoder_cleanup(
M4ENCODER_Context
pContext) {
434
M4ENCODER_Context
* pContext,
486
M4OSA_ERR VideoEditorVideoEncoder_init_H263(
M4ENCODER_Context
* pContext,
496
M4OSA_ERR VideoEditorVideoEncoder_init_MPEG4(
M4ENCODER_Context
* pContext,
506
M4OSA_ERR VideoEditorVideoEncoder_init_H264(
M4ENCODER_Context
* pContext,
515
M4OSA_ERR VideoEditorVideoEncoder_close(
M4ENCODER_Context
pContext) {
554
M4OSA_ERR VideoEditorVideoEncoder_open(
M4ENCODER_Context
pContext,
737
M4ENCODER_Context
pContext, M4OSA_Double Cts,
839
M4ENCODER_Context
pContext, MediaBuffer* buffer)
[
all
...]
/frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h
476
M4ENCODER_Context
pEncContext; /**< Context of the encoder */
[
all
...]
Completed in 60 milliseconds