HomeSort by relevance Sort by last modified time
    Searched full:dec_ref_pic_marking (Results 1 - 11 of 11) sorted by null

  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
secvideoparser.h 129 dec_ref_pic_marking_t* dec_ref_pic_marking; member in struct:__anon19423
139 void print_dec_ref_pic_marking(dec_ref_pic_marking_t* dec_ref_pic_marking);
147 void byteswap_dec_ref_pic_marking(dec_ref_pic_marking_t* dec_ref_pic_marking);
VideoDecoderAVCSecure.cpp 135 memcpy(mSliceHeaderBuffer+sliceHeaderSize, pFrameInfo->dec_ref_pic_marking, sizeof(dec_ref_pic_marking_t));
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
secvideoparser.h 129 dec_ref_pic_marking_t* dec_ref_pic_marking; member in struct:__anon19437
139 void print_dec_ref_pic_marking(dec_ref_pic_marking_t* dec_ref_pic_marking);
147 void byteswap_dec_ref_pic_marking(dec_ref_pic_marking_t* dec_ref_pic_marking);
VideoDecoderAVCSecure.cpp 135 memcpy(mSliceHeaderBuffer+sliceHeaderSize, pFrameInfo->dec_ref_pic_marking, sizeof(dec_ref_pic_marking_t));
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 142 \param "difference_of_pic_nums_minus1" "From the syntax in dec_ref_pic_marking()."
151 \param "long_term_pic_num" "From the syntax in dec_ref_pic_marking()."
160 \param "difference_of_pic_nums_minus1" "From the syntax in dec_ref_pic_marking()."
161 \param "long_term_pic_num" "From the syntax in dec_ref_pic_marking()."
171 \param "max_long_term_frame_idx_plus1" "From the syntax in dec_ref_pic_marking()."
189 \param "long_term_frame_idx" "From the syntax in dec_ref_pic_marking()."
avcint_common.h 427 /* dec_ref_pic_marking() */
436 /* end dec_ref_pic_marking() */
733 /* dec_ref_pic_marking */
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 424 status = dec_ref_pic_marking(video, stream, sliceHdr);
587 AVCEnc_Status dec_ref_pic_marking(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr) function
    [all...]
avcenc_lib.h 198 This function encodes dec_ref_pic_marking related syntax.
204 AVCEnc_Status dec_ref_pic_marking(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr);
    [all...]
init.cpp     [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c     [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 126 milliseconds