Lines Matching refs:VideoDecoderAVCSecure
17 #include "VideoDecoderAVCSecure.h"
69 VideoDecoderAVCSecure::VideoDecoderAVCSecure(const char *mimeType)
78 VideoDecoderAVCSecure::~VideoDecoderAVCSecure() {
81 Decode_Status VideoDecoderAVCSecure::start(VideoConfigBuffer *buffer) {
101 void VideoDecoderAVCSecure::stop(void) {
120 Decode_Status VideoDecoderAVCSecure::decode(VideoDecodeBuffer *buffer) {
209 Decode_Status VideoDecoderAVCSecure::decodeSlice(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
355 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) {
422 Decode_Status VideoDecoderAVCSecure::copyNaluHeader(uint8_t *stream, NaluByteStream *naluStream) {
457 Decode_Status VideoDecoderAVCSecure::parseAnnexBStream(uint8_t *stream, int32_t length, NaluByteStream *naluStream) {