HomeSort by relevance Sort by last modified time
    Searched refs:ENCODE_BUFFER_TOO_SMALL (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderMP4.cpp 91 return ENCODE_BUFFER_TOO_SMALL;
VideoEncoderAVC.cpp 527 return ENCODE_BUFFER_TOO_SMALL;
573 return ENCODE_BUFFER_TOO_SMALL;
638 return ENCODE_BUFFER_TOO_SMALL;
701 return ENCODE_BUFFER_TOO_SMALL;
    [all...]
VideoEncoderDef.h 44 ENCODE_BUFFER_TOO_SMALL = 3, // The buffer passed to encode is too small to contain encoded data
VideoEncoderBase.cpp 907 return ENCODE_BUFFER_TOO_SMALL;
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderMPEG4.cpp 136 // Return code could not be ENCODE_BUFFER_TOO_SMALL
138 if (ret == ENCODE_BUFFER_TOO_SMALL) {
OMXVideoEncoderAVC.cpp 502 } else if (ret == ENCODE_BUFFER_TOO_SMALL) {
504 // Return code could not be ENCODE_BUFFER_TOO_SMALL, or we will have dead lock issue
    [all...]

Completed in 87 milliseconds