HomeSort by relevance Sort by last modified time
    Searched refs:shortVideoHeader (Results 26 - 50 of 52) sorted by null

12 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
armVC.h 219 OMX_INT shortVideoHeader,
251 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
252 * and escape mode 4 is used when shortVideoHeader==1.
274 OMX_INT shortVideoHeader,
325 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
326 * and escape mode 4 is used when shortVideoHeader==1.
366 OMX_INT shortVideoHeader,
398 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHead (…)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
armVC.h 219 OMX_INT shortVideoHeader,
251 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
252 * and escape mode 4 is used when shortVideoHeader==1.
274 OMX_INT shortVideoHeader,
325 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
326 * and escape mode 4 is used when shortVideoHeader==1.
366 OMX_INT shortVideoHeader,
398 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHead (…)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]
armVC.h 219 OMX_INT shortVideoHeader,
251 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
252 * and escape mode 4 is used when shortVideoHeader==1.
274 OMX_INT shortVideoHeader,
325 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
326 * and escape mode 4 is used when shortVideoHeader==1.
366 OMX_INT shortVideoHeader,
398 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHead (…)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
89 shortVideoHeader RN 3
205 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// Load the Input Argument From Stack
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
86 shortVideoHeader RN 3
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 51 shortVideoHeader RN 3
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
omxVCM4P2_PredictReconCoefIntra_s.s 105 shortVideoHeader RN 9
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
89 shortVideoHeader RN 3
205 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// Load the Input Argument From Stack
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
86 shortVideoHeader RN 3
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 51 shortVideoHeader RN 3
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
omxVCM4P2_PredictReconCoefIntra_s.s 90 shortVideoHeader RN 4
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 48 int shortVideoHeader = video->shortVideoHeader;
83 if (video->shortVideoHeader)
196 if (shortVideoHeader)
275 if (shortVideoHeader)
414 if (!video->shortVideoHeader)
446 if ((MBtype & INTRA_MASK) && !video->shortVideoHeader)
592 if (video->shortVideoHeader)
mp4lib_int.h 254 int shortVideoHeader; /* shortVideoHeader mode */
vop.cpp 252 video->shortVideoHeader = TRUE;
275 video->shortVideoHeader = 0;
704 video->shortVideoHeader = TRUE;
811 * Read the VOP header from the bitstream (No shortVideoHeader Mode here!)
    [all...]
pvdec_api.cpp 232 video->shortVideoHeader = PV_TRUE;
235 if (video->shortVideoHeader == PV_TRUE)
290 if (video->shortVideoHeader == PV_TRUE)
    [all...]
mp4dec_lib.h 278 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 80 OMX_INT shortVideoHeader,
116 if(shortVideoHeader)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.h 41 Void BlockCodeCoeff(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, UChar Mode, Int rvlc, Int shortVideoHeader);
vop.cpp 132 if (currVol->shortVideoHeader) /* Short Video Header = 1 */
202 if (currVol->shortVideoHeader) /* Short Video Header = 1 */
vlc_encode.cpp     [all...]
mp4lib_int.h 77 Int shortVideoHeader; /* shortVideoHeader mode */
datapart_encode.cpp 84 if (currVol->shortVideoHeader)

Completed in 817 milliseconds

12 3