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

  /frameworks/av/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;
368 OSCL_EXPORT_REF AVCEnc_Status PVAVCEncodeNAL(AVCHandle *avcHandle, unsigned char *buffer, unsigned int *buf_nal_size, int *nal_type)
403 *nal_type = AVC_NALTYPE_SPS;
432 *nal_type = AVC_NALTYPE_PPS;
471 *nal_type = video->nal_unit_type;
rate_control.cpp 43 void updateRateControl(AVCRateControl *rateControl, int nal_type);
799 int nal_type = video->nal_unit_type; local
834 updateRateControl(rateCtrl, nal_type);
857 void updateRateControl(AVCRateControl *rateCtrl, int nal_type)
873 if ((rateCtrl->VBV_fullness > rateCtrl->Bs / 2) && nal_type != AVC_NALTYPE_IDR) /* skip the current frame */ /* rateCtrl->Bs */
    [all...]
  /external/libhevc/decoder/
ihevcd_debug.h 95 #define DEBUG_PRINT_NAL_INFO(ps_codec, nal_type) ihevcd_debug_print_nal_info(ps_codec, nal_type); \
101 #define DEBUG_PRINT_NAL_INFO(ps_codec, nal_type)
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 423 OMX_U32 nal_type = NALU_TYPE_UNSPECIFIED,
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 421 OMX_U32 nal_type = NALU_TYPE_UNSPECIFIED,

Completed in 212 milliseconds