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

  /external/opencore/codecs_v2/video/avc_h264/dec/include/
avcdec_api.h 114 \param "nal_size" "size of the bitstream NumBytesInNALunit."
119 OSCL_IMPORT_REF AVCDec_Status PVAVCDecSeqParamSet(AVCHandle *avcHandle, uint8 *nal_unit, int nal_size);
139 \param "nal_size" "size of the bitstream NumBytesInNALunit."
142 OSCL_IMPORT_REF AVCDec_Status PVAVCDecPicParamSet(AVCHandle *avcHandle, uint8 *nal_unit, int nal_size);
150 \param "buf_size" "Size of the buffer (less than or equal nal_size)."
151 \param "nal_size" "size of the current NAL unit NumBytesInNALunit."
161 OSCL_IMPORT_REF AVCDec_Status PVAVCDecSEI(AVCHandle *avcHandle, uint8 *nal_unit, int nal_size);
  /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);
  /external/opencore/codecs_v2/video/avc_h264/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/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...]
  /external/opencore/protocols/rtp_payload_parser/rfc_3984/src/
h264_payload_parser.cpp 693 uint16 nal_size = (uint16)(rtp_payload_ptr[bytesParsed++] << 8); local
694 nal_size |= (uint16)rtp_payload_ptr[bytesParsed++];
695 if (nal_size == 0) break;
698 memFragOut.getMemFrag().len = (uint32)nal_size;
701 bytesParsed += (uint32)nal_size;
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
bitstream_io.cpp 225 AVCEnc_Status BitstreamTrailingBits(AVCEncBitstream *bitstream, uint *nal_size)
227 (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 1549 size_t nal_size = parseNALSize(src); local
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 5254 int32 nal_size = aBuffer->nFilledLen; local
    [all...]

Completed in 343 milliseconds