OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4ERR_NOT_IMPLEMENTED
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/libvideoeditor/osal/src/
M4OSA_FileReader.c
49
* @return
M4ERR_NOT_IMPLEMENTED
: the URL does not match with the supported
370
* @return
M4ERR_NOT_IMPLEMENTED
: this option is not implemented
490
M4OSA_DEBUG(
M4ERR_NOT_IMPLEMENTED
, "M4OSA_fileReadGetOption");
492
return
M4ERR_NOT_IMPLEMENTED
;
511
* @return
M4ERR_NOT_IMPLEMENTED
: this option is not implemented
545
M4OSA_DEBUG(
M4ERR_NOT_IMPLEMENTED
, "M4OSA_fileReadSetOption");
546
return
M4ERR_NOT_IMPLEMENTED
;
M4OSA_FileWriter.c
44
* @return
M4ERR_NOT_IMPLEMENTED
: the URL does not match with the supported
383
* @return
M4ERR_NOT_IMPLEMENTED
: this option is not implemented
503
M4OSA_DEBUG(
M4ERR_NOT_IMPLEMENTED
, "M4OSA_fileWriteGetOption");
505
return
M4ERR_NOT_IMPLEMENTED
;
526
* @return
M4ERR_NOT_IMPLEMENTED
: this option is not implemented
569
return
M4ERR_NOT_IMPLEMENTED
;
572
return
M4ERR_NOT_IMPLEMENTED
;
M4OSA_Thread.c
617
* @return
M4ERR_NOT_IMPLEMENTED
: this option is not implemented
690
M4OSA_DEBUG(
M4ERR_NOT_IMPLEMENTED
, "M4OSA_threadSyncSetOption");
692
err_code =
M4ERR_NOT_IMPLEMENTED
;
721
* @return
M4ERR_NOT_IMPLEMENTED
: this option is not implemented
793
M4OSA_DEBUG(
M4ERR_NOT_IMPLEMENTED
, "M4OSA_threadSyncGetOption");
795
return
M4ERR_NOT_IMPLEMENTED
;
M4OSA_FileCommon.c
58
* @return
M4ERR_NOT_IMPLEMENTED
: the URL does not match with the supported
209
M4OSA_DEBUG(
M4ERR_NOT_IMPLEMENTED
, "M4OSA_fileCommonOpen");
210
return
M4ERR_NOT_IMPLEMENTED
;
614
* @return
M4ERR_NOT_IMPLEMENTED
: the URL does not match with the supported
/frameworks/av/libvideoeditor/osal/inc/
M4OSA_Error.h
156
#define
M4ERR_NOT_IMPLEMENTED
M4OSA_ERR_CREATE(M4_ERR,M4_COMMON,0x00000A)
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4DECODER_Null.c
163
* @return
M4ERR_NOT_IMPLEMENTED
Function not implemented
170
return
M4ERR_NOT_IMPLEMENTED
;
M4PCMR_CoreReader.c
479
* @param
M4ERR_NOT_IMPLEMENTED
This seek mode is not implemented yet
538
return
M4ERR_NOT_IMPLEMENTED
;
619
* @return
M4ERR_NOT_IMPLEMENTED
this option is not implemented
669
* @return
M4ERR_NOT_IMPLEMENTED
this option is not implemented
M4READER_Pcm.c
259
return
M4ERR_NOT_IMPLEMENTED
;
/frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.cpp
69
VIDEOEDIT_OSAL_RESULT_INIT(
M4ERR_NOT_IMPLEMENTED
),
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp
814
err =
M4ERR_NOT_IMPLEMENTED
;
837
if( ((M4OSA_UInt32)M4NO_ERROR == err) || ((M4OSA_UInt32)
M4ERR_NOT_IMPLEMENTED
== err) ) {
[
all
...]
VideoEditorVideoDecoder.cpp
495
//return
M4ERR_NOT_IMPLEMENTED
;
[
all
...]
Completed in 56 milliseconds