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

  /frameworks/base/media/libstagefright/codecs/avc/dec/include/
avcdec_api.h 110 \param "nal_size" "size of the bitstream NumBytesInNALunit."
115 OSCL_IMPORT_REF AVCDec_Status PVAVCDecSeqParamSet(AVCHandle *avcHandle, uint8 *nal_unit, int nal_size);
135 \param "nal_size" "size of the bitstream NumBytesInNALunit."
138 OSCL_IMPORT_REF AVCDec_Status PVAVCDecPicParamSet(AVCHandle *avcHandle, uint8 *nal_unit, int nal_size);
146 \param "buf_size" "Size of the buffer (less than or equal nal_size)."
147 \param "nal_size" "size of the current NAL unit NumBytesInNALunit."
157 OSCL_IMPORT_REF AVCDec_Status PVAVCDecSEI(AVCHandle *avcHandle, uint8 *nal_unit, int nal_size);
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_int.h 43 int nal_size; /* size of the current NAL unit */ member in struct:tagDecBitstream
avc_bitstream.cpp 81 stream->nal_size = size;
257 if (stream->read_pos >= stream->nal_size)
avcdec_api.cpp 192 int nal_size)
262 BitstreamInit(bitstream, nal_unit + 1, nal_size - 1);
389 int nal_size)
415 BitstreamInit(bitstream, nal_unit + 1, nal_size - 1);
430 int nal_size)
434 OSCL_UNUSED_ARG(nal_size);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
bitstream_io.cpp 224 AVCEnc_Status BitstreamTrailingBits(AVCEncBitstream *bitstream, uint *nal_size)
226 (void)(nal_size);
avcenc_lib.h 268 \param "nal_size" "Output the final NAL size."
271 AVCEnc_Status BitstreamTrailingBits(AVCEncBitstream *bitstream, uint *nal_size);
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 1685 size_t nal_size = parseNALSize(src); local
    [all...]

Completed in 275 milliseconds