Home
last modified time | relevance | path

Searched refs:H264PROFILE_HIGH444PREDICTIVEPROFILE (Results 1 – 7 of 7) sorted by relevance

/external/v4l2_codec2/accel/
Dvideo_codecs.cc29 case H264PROFILE_HIGH444PREDICTIVEPROFILE: in GetProfileName()
Dvideo_codecs.h58 H264PROFILE_HIGH444PREDICTIVEPROFILE = 6, enumerator
Dh264_parser.cc497 return H264PROFILE_HIGH444PREDICTIVEPROFILE; in ProfileIDCToVideoCodecProfile()
Dv4l2_device.cc1302 case H264PROFILE_HIGH444PREDICTIVEPROFILE: in VideoCodecProfileToV4L2H264Profile()
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dcommon.h28 H264PROFILE_HIGH444PREDICTIVEPROFILE = 6, enumerator
/external/v4l2_codec2/common/
DEncodeHelpers.cpp34 return media::VideoCodecProfile::H264PROFILE_HIGH444PREDICTIVEPROFILE; in c2ProfileToVideoCodecProfile()
/external/v4l2_codec2/components/
DV4L2EncodeInterface.cpp61 case media::VideoCodecProfile::H264PROFILE_HIGH444PREDICTIVEPROFILE: in videoCodecProfileToC2Profile()