OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P_VOP
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h
66
#define
P_VOP
1
datapart_decode.cpp
60
case
P_VOP
:
89
case
P_VOP
:
vop.cpp
901
if (currVop->predictionType ==
P_VOP
)
[
all
...]
combined_decode.cpp
71
case
P_VOP
:
pvdec_api.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h
127
#define
P_VOP
1
vop.cpp
60
case
P_VOP
:
323
status = BitstreamPutBits(stream, 2,
P_VOP
);/* VOP Coding Type*/
385
if (currVop->predictionType ==
P_VOP
)
527
else if (currVop->predictionType ==
P_VOP
)
530
BitstreamPutGT16Bits(bs, 16 + fcode, 1); /* resync_marker
P_VOP
*/
datapart_encode.cpp
76
if (currVop->predictionType ==
P_VOP
)
282
if (currVop->predictionType ==
P_VOP
)
combined_encode.cpp
79
if (currVop->predictionType ==
P_VOP
)
336
if (currVop->predictionType ==
P_VOP
)
mp4enc_api.cpp
[
all
...]
motion_est.cpp
[
all
...]
Completed in 205 milliseconds