Home
last modified time | relevance | path

Searched refs:DecodeSPS (Results 1 – 8 of 8) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/dec/include/
Dpvavcdecoderinterface.h42 virtual int32 DecodeSPS(uint8 *bitstream, int32 buffer_size) = 0;
Dpvavcdecoder.h39 virtual int32 DecodeSPS(uint8 *bitstream, int32 buffer_size);
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/
Dm4v_config_parser.h92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di…
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dpvavcdecoder.cpp138 int32 PVAVCDecoder::DecodeSPS(uint8 *bitstream, int32 buffer_size) in DecodeSPS() function in PVAVCDecoder
Davcdec_lib.h461 AVCDec_Status DecodeSPS(AVCDecObject *decvid, AVCDecBitstream *stream);
Davcdec_api.cpp305 status = DecodeSPS(decvid, bitstream); in PVAVCDecSeqParamSet()
Dheader.cpp24 AVCDec_Status DecodeSPS(AVCDecObject *decvid, AVCDecBitstream *stream) in DecodeSPS() function
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp869 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc)) in iGetAVCConfigInfo()
894 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di… in DecodeSPS() function