Home
last modified time | relevance | path

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

/external/v4l2_codec2/accel/
Dvideo_codecs.cc17 case H264PROFILE_BASELINE: in GetProfileName()
Dvideo_codecs.h52 H264PROFILE_BASELINE = H264PROFILE_MIN, enumerator
Dv4l2_device.cc1171 return H264PROFILE_BASELINE; in V4L2ProfileToVideoCodecProfile()
1257 H264PROFILE_BASELINE, in V4L2PixFmtToVideoCodecProfiles()
1290 case H264PROFILE_BASELINE: in VideoCodecProfileToV4L2H264Profile()
Dh264_parser.cc94 if ((profile == H264PROFILE_BASELINE || profile == H264PROFILE_MAIN) && in GetLevelConfigFromProfileLevel()
487 return H264PROFILE_BASELINE; in ProfileIDCToVideoCodecProfile()
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dcommon.h22 H264PROFILE_BASELINE = H264PROFILE_MIN, enumerator
/external/v4l2_codec2/common/
DEncodeHelpers.cpp22 return media::VideoCodecProfile::H264PROFILE_BASELINE; in c2ProfileToVideoCodecProfile()
/external/v4l2_codec2/components/
DV4L2EncodeInterface.cpp49 case media::VideoCodecProfile::H264PROFILE_BASELINE: in videoCodecProfileToC2Profile()