OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortVideoHeader
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h
33
int32
shortVideoHeader
; /*
shortVideoHeader
mode */
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp
88
if (currVol->
shortVideoHeader
)
101
if (currVol->
shortVideoHeader
&& currVop->gobFrameID != currVop->predictionType)
112
if (currVol->
shortVideoHeader
) /*
ShortVideoHeader
Mode */
173
if (!currVol->
shortVideoHeader
) /* Not in
ShortVideoHeader
mode */
200
{ /*
ShortVideoHeader
Mode */
211
if (currVol->
shortVideoHeader
) /*
ShortVideoHeader
= 1 */
219
if (currVol->
shortVideoHeader
) /* ShortVideoHeader = 1 *
[
all
...]
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
)
mp4enc_api.cpp
863
pVol->
shortVideoHeader
= pEncParams->H263_Enabled; /*Short Header */
[
all
...]
fastcodemb.cpp
57
UChar shortHeader = video->vol[video->currLayer]->
shortVideoHeader
;
/frameworks/base/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
);
Completed in 68 milliseconds