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

  /frameworks/base/media/libstagefright/codecs/avc/dec/include/
avcdec_api.h 101 OSCL_IMPORT_REF AVCDec_Status PVAVCDecGetNALType(uint8 *bitstream, int size, int *nal_type, int *nal_ref_idc);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 243 \param "nal_type" "Pointer to the NAL type of the returned buffer."
248 OSCL_IMPORT_REF AVCEnc_Status PVAVCEncodeNAL(AVCHandle *avcHandle, uint8 *buffer, uint *buf_nal_size, int *nal_type);
258 OSCL_IMPORT_REF AVCEnc_Status PVAVCEncGetNALType(uint8 *bitstream, int size, int *nal_type, int *nal_ref_idc);
avcenc_api.cpp 30 int *nal_type, int *nal_ref_idc)
39 *nal_type = bitstream[0] & 0x1F;
376 OSCL_EXPORT_REF AVCEnc_Status PVAVCEncodeNAL(AVCHandle *avcHandle, unsigned char *buffer, unsigned int *buf_nal_size, int *nal_type)
411 *nal_type = AVC_NALTYPE_SPS;
440 *nal_type = AVC_NALTYPE_PPS;
479 *nal_type = video->nal_unit_type;
rate_control.cpp 43 void updateRateControl(AVCRateControl *rateControl, int nal_type);
801 int nal_type = video->nal_unit_type; local
836 updateRateControl(rateCtrl, nal_type);
859 void updateRateControl(AVCRateControl *rateCtrl, int nal_type)
875 if ((rateCtrl->VBV_fullness > rateCtrl->Bs / 2) && nal_type != AVC_NALTYPE_IDR) /* skip the current frame */ /* rateCtrl->Bs */
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_api.cpp 166 int *nal_type, int *nal_ref_idc)
175 *nal_type = bitstream[0] & 0x1F;
    [all...]

Completed in 977 milliseconds