HomeSort by relevance Sort by last modified time
    Searched defs:findNalUnitOffset (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 352 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) {
469 naluOffset = findNalUnitOffset(stream, offset, left);
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 355 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) {
472 naluOffset = findNalUnitOffset(stream, offset, left);

Completed in 58 milliseconds