OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MP4_VOP_TYPE_P
(Results
1 - 9
of
9
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.h
49
MP4_VOP_TYPE_P
= 1,
VideoDecoderMPEG4.cpp
285
} else if (codingType ==
MP4_VOP_TYPE_P
|| codingType == MP4_VOP_TYPE_S) {
533
case
MP4_VOP_TYPE_P
:
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_decodevideoobjectplane.c
54
case
MP4_VOP_TYPE_P
:
viddec_mp4_shortheader.c
99
vop->vop_coding_type = svh->picture_coding_type ?
MP4_VOP_TYPE_P
: MP4_VOP_TYPE_I;
viddec_mp4_videoobjectplane.c
276
((vidObjPlane->vop_coding_type ==
MP4_VOP_TYPE_P
) ||
288
(vidObjPlane->vop_coding_type ==
MP4_VOP_TYPE_P
)))
viddec_fw_mp4_workload.c
23
case
MP4_VOP_TYPE_P
:
352
case
MP4_VOP_TYPE_P
:
viddec_mp4_parse.h
160
MP4_VOP_TYPE_P
= 1,
/hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c
15
MP4_VOP_TYPE_P
= 1,
681
!=
MP4_VOP_TYPE_P
) {
804
if (frame_type != MP4_VOP_TYPE_I && frame_type !=
MP4_VOP_TYPE_P
838
ret = mix_videoframe_set_frame_type(skip_frame,
MP4_VOP_TYPE_P
);
902
if ((frame_type == MP4_VOP_TYPE_I) || (frame_type ==
MP4_VOP_TYPE_P
)) {
918
case
MP4_VOP_TYPE_P
:
1084
if ((frame_type == MP4_VOP_TYPE_I) || (frame_type ==
MP4_VOP_TYPE_P
)) {
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_mp42_parser.c
703
|| (vop_coding_type ==
MP4_VOP_TYPE_P
))) {
[
all
...]
Completed in 163 milliseconds