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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.h 50 MP4_VOP_TYPE_B = 2,
VideoDecoderMPEG4.cpp 203 if (picData->vop_coded == 1 && codingType != MP4_VOP_TYPE_B) {
254 if (codingType == MP4_VOP_TYPE_B) {
320 if (codingType == MP4_VOP_TYPE_B){
362 if (codingType != MP4_VOP_TYPE_B) {
386 mAcquiredBuffer->referenceFrame = (codingType != MP4_VOP_TYPE_B);
401 if (codingType != MP4_VOP_TYPE_B) {
523 case MP4_VOP_TYPE_B:

Completed in 53 milliseconds