Searched refs:visible_size_ (Results 1 – 4 of 4) sorted by relevance
90 visible_size_(visible_size), in VideoFrame()93 std::unique_ptr<uint8_t[]>(new uint8_t[visible_size_.width * visible_size_.height]()); in VideoFrame()95 new uint8_t[visible_size_.width * visible_size_.height / 4]()); in VideoFrame()97 new uint8_t[visible_size_.width * visible_size_.height / 4]()); in VideoFrame()113 size_t width = visible_size_.width; in CopyAndConvertToI420Frame()114 size_t height = visible_size_.height; in CopyAndConvertToI420Frame()182 visible_size_.width * visible_size_.height)); in ComputeMD5FromFrame()184 visible_size_.width * visible_size_.height / 4)); in ComputeMD5FromFrame()186 visible_size_.width * visible_size_.height / 4)); in ComputeMD5FromFrame()217 visible_size_.width * visible_size_.height); in WriteFrame()[all …]
95 visible_size_ = Size(width, height); in ParseTestStreamData()96 ASSERT_FALSE(visible_size_.IsEmpty()); in ParseTestStreamData()156 Size visible_size() const { return visible_size_; } in visible_size()175 Size visible_size_; member in android::C2VideoEncoderTestEnvironment
72 visible_size_ = Size(width, height); in ParseTestVideoData()73 ASSERT_FALSE(visible_size_.IsEmpty()); in ParseTestVideoData()99 Size visible_size() const { return visible_size_; } in visible_size()119 Size visible_size_; member in android::C2VideoDecoderTestEnvironment
78 Size visible_size_; variable