Home
last modified time | relevance | path

Searched refs:VideoCodecProfileToV4L2H264Profile (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/accel/
Dv4l2_device.h406 static int32_t VideoCodecProfileToV4L2H264Profile(VideoCodecProfile profile);
Dv4l2_device.cc1287 int32_t V4L2Device::VideoCodecProfileToV4L2H264Profile( in VideoCodecProfileToV4L2H264Profile() function in media::V4L2Device
/external/v4l2_codec2/components/
DV4L2EncodeComponent.cpp824 int32_t profile = media::V4L2Device::VideoCodecProfileToV4L2H264Profile(outputProfile); in configureDevice()