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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 83 AVCENC_NEW_IDR = 3, /* upon getting this, users have to call PVAVCEncodeSPS and PVAVCEncodePPS to get a new SPS and PPS*/
224 AVCENC_NEW_IDR for the detection or determination of a new IDR, with this status,
avcenc_api.cpp 328 else if (status == AVCENC_NEW_IDR)
init.cpp 775 AVCMotionEstimation(encvid); /* AVCENC_SUCCESS or AVCENC_NEW_IDR */
792 return AVCENC_NEW_IDR;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 845 if (encoderStatus == AVCENC_SUCCESS || encoderStatus == AVCENC_NEW_IDR) {
848 if (encoderStatus == AVCENC_NEW_IDR) {
871 CHECK(encoderStatus == AVCENC_SUCCESS || encoderStatus == AVCENC_NEW_IDR);
    [all...]

Completed in 82 milliseconds