Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dvideo_frame.cpp91 color_format_(color_format) { in VideoFrame()
103 CopyAndConvertToI420Frame(color_format_); in VideoFrame()
107 return color_format_ == YUV_420_FLEXIBLE; in IsFlexibleFormat()
157 color_format_ = format; in MatchHalFormatByGoldenMD5()
169 color_format_ = YUV_420_FLEXIBLE; in MatchHalFormatByGoldenMD5()
Dvideo_frame.h52 int32_t color_format() const { return color_format_; } in color_format()
81 int32_t color_format_; variable
/external/deqp-deps/amber/src/
Dcommand.h373 void SetIsRGBA() { color_format_ = ColorFormat::kRGBA; } in SetIsRGBA()
374 bool IsRGBA() const { return color_format_ == ColorFormat::kRGBA; } in IsRGBA()
412 ColorFormat color_format_ = ColorFormat::kRGB; variable