Searched refs:mLastVOPCodingType (Results 1 – 2 of 2) sorted by relevance
26 mLastVOPCodingType(MP4_VOP_TYPE_I), in VideoDecoderMPEG4()60 mLastVOPCodingType = MP4_VOP_TYPE_I; in stop()152 mLastVOPCodingType = MP4_VOP_TYPE_I; in flush()424 mLastVOPCodingType = codingType; in continueDecodingFrame()546 picParam->vop_fields.bits.backward_reference_vop_coding_type = mLastVOPCodingType; in setReference()
61 int32_t mLastVOPCodingType; variable