Searched refs:DecodeSPS (Results 1 – 8 of 8) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/include/ |
D | pvavcdecoderinterface.h | 42 virtual int32 DecodeSPS(uint8 *bitstream, int32 buffer_size) = 0;
|
D | pvavcdecoder.h | 39 virtual int32 DecodeSPS(uint8 *bitstream, int32 buffer_size);
|
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/ |
D | m4v_config_parser.h | 92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di…
|
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | pvavcdecoder.cpp | 138 int32 PVAVCDecoder::DecodeSPS(uint8 *bitstream, int32 buffer_size) in DecodeSPS() function in PVAVCDecoder
|
D | avcdec_lib.h | 461 AVCDec_Status DecodeSPS(AVCDecObject *decvid, AVCDecBitstream *stream);
|
D | avcdec_api.cpp | 305 status = DecodeSPS(decvid, bitstream); in PVAVCDecSeqParamSet()
|
D | header.cpp | 24 AVCDec_Status DecodeSPS(AVCDecObject *decvid, AVCDecBitstream *stream) in DecodeSPS() function
|
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/ |
D | m4v_config_parser.cpp | 869 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
|