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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp 196 int codingType = picParam->vop_fields.bits.vop_coding_type;
203 if (picData->vop_coded == 1 && codingType != MP4_VOP_TYPE_B) {
254 if (codingType == MP4_VOP_TYPE_B) {
263 } else if (codingType == MP4_VOP_TYPE_P || codingType == MP4_VOP_TYPE_S) {
304 int codingType = picParam->vop_fields.bits.vop_coding_type;
305 if (codingType == MP4_VOP_TYPE_S && picParam->no_of_sprite_warping_points > 1) {
320 if (codingType == MP4_VOP_TYPE_B){
362 if (codingType != MP4_VOP_TYPE_B) {
386 mAcquiredBuffer->referenceFrame = (codingType != MP4_VOP_TYPE_B)
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 36 #define codingType OMX_VIDEO_CodingHEVC
68 : SoftVideoDecoderOMXComponent(name, componentName, codingType,

Completed in 79 milliseconds