Home | History | Annotate | Download | only in include

Lines Matching refs:avcHandle

107     \param "avcHandle"  "Handle to the AVC decoder library object."
115 OSCL_IMPORT_REF AVCDec_Status PVAVCDecSeqParamSet(AVCHandle *avcHandle, uint8 *nal_unit, int nal_size);
122 \param "avcHandle" "Handle to the AVC decoder library object."
127 OSCL_IMPORT_REF AVCDec_Status PVAVCDecGetSeqInfo(AVCHandle *avcHandle, AVCDecSPSInfo *seqInfo);
132 \param "avcHandle" "Handle to the AVC decoder library object."
138 OSCL_IMPORT_REF AVCDec_Status PVAVCDecPicParamSet(AVCHandle *avcHandle, uint8 *nal_unit, int nal_size);
143 \param "avcHandle" "Handle to the AVC decoder library object."
157 OSCL_IMPORT_REF AVCDec_Status PVAVCDecSEI(AVCHandle *avcHandle, uint8 *nal_unit, int nal_size);
159 OSCL_IMPORT_REF AVCDec_Status PVAVCDecodeSlice(AVCHandle *avcHandle, uint8 *buffer, int buf_size);
165 \param "avcHandle" "Handle to the AVC decoder library object."
172 OSCL_IMPORT_REF AVCDec_Status PVAVCDecGetOutput(AVCHandle *avcHandle, int *indx, int *release_flag, AVCFrameIO *output);
176 \param "avcHandle" "Handle to the AVC decoder library object."
178 OSCL_IMPORT_REF void PVAVCDecReset(AVCHandle *avcHandle);
182 \param "avcHandle" "Handle to the AVC decoder library object."
184 OSCL_IMPORT_REF void PVAVCCleanUpDecoder(AVCHandle *avcHandle);
190 /** In AVCHandle structure, userData is a pointer to an object with the following