HomeSort by relevance Sort by last modified time
    Searched refs:mLastVOPCodingType (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.h 61 int32_t mLastVOPCodingType;
VideoDecoderMPEG4.cpp 26 mLastVOPCodingType(MP4_VOP_TYPE_I),
60 mLastVOPCodingType = MP4_VOP_TYPE_I;
152 mLastVOPCodingType = MP4_VOP_TYPE_I;
424 mLastVOPCodingType = codingType;
546 picParam->vop_fields.bits.backward_reference_vop_coding_type = mLastVOPCodingType;

Completed in 626 milliseconds