OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMaxOutSize
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.h
48
virtual Encode_Status
getMaxOutSize
(uint32_t *maxSize) {return ENCODE_SUCCESS;}
VideoEncoderBase.cpp
300
ret =
getMaxOutSize
(&maxSize);
301
CHECK_ENCODE_STATUS_RETURN("
getMaxOutSize
");
[
all
...]
Completed in 314 milliseconds