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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_nal_unit.h 53 NAL_SEI = 6,
h264bsd_nal_unit.c 107 else if ( ( (tmp == NAL_SEI) || (tmp == NAL_ACCESS_UNIT_DELIMITER) ||
h264bsd_decoder.c 463 case NAL_SEI:
h264bsd_sei.c 998 &pDecRefPicMarkingRepetition->decRefPicMarking, NAL_SEI, numRefFrames);
    [all...]
h264bsd_slice_header.c 591 nalUnitType == NAL_SEI );
    [all...]
  /external/libavc/common/
ih264_defs.h 155 NAL_SEI = 6,
  /hardware/intel/common/libmix/videoencoder/
bitstream.h 160 #define NAL_SEI 6
374 nal_header(&nal_bs, NAL_REF_IDC_NONE, NAL_SEI);
  /hardware/intel/common/libva/test/encode/
avcenc.c 60 #define NAL_SEI 6
    [all...]
h264encode.c 60 #define NAL_SEI 6
497 nal_header(&nal_bs, NAL_REF_IDC_NONE, NAL_SEI);
    [all...]

Completed in 583 milliseconds