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

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 98 AVC_NALTYPE_SPS = 7, /* sequence parameter set */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 387 BitstreamWriteBits(bitstream, 8, (1 << 5) | AVC_NALTYPE_SPS);
403 *nal_type = AVC_NALTYPE_SPS;
  /frameworks/av/media/libstagefright/codecs/avc/enc/test/
h264_enc_test.cpp 254 assert(type == AVC_NALTYPE_SPS);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 547 case AVC_NALTYPE_SPS:

Completed in 45 milliseconds