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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 82 AVCENC_PICTURE_READY = 2,
245 AVCENC_PICTURE_READY for the completion of a frame encoding,
avcenc_api.cpp 351 else if (status == AVCENC_PICTURE_READY) // no buffers returned back to the encoder
473 if (status == AVCENC_PICTURE_READY)
502 status = AVCENC_PICTURE_READY;
slice.cpp 111 status = AVCENC_PICTURE_READY;
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 877 } else if (encoderStatus == AVCENC_PICTURE_READY) {
    [all...]

Completed in 63 milliseconds