Searched refs:input_frame_size (Results 1 – 5 of 5) sorted by relevance
47 int input_frame_size = InputFrameSize(); in ConvertRGBAToI420Video() local48 uint8_t* rgba_buffer = new uint8_t[input_frame_size]; in ConvertRGBAToI420Video()72 ReadRGBAFrame(input_file_name.c_str(), input_frame_size, rgba_buffer); in ConvertRGBAToI420Video()135 bool Converter::ReadRGBAFrame(const char* input_file_name, int input_frame_size, in ReadRGBAFrame() argument144 size_t nbr_read = fread(buffer, 1, input_frame_size, input_file); in ReadRGBAFrame()147 if (nbr_read != static_cast<size_t>(input_frame_size)) { in ReadRGBAFrame()
91 bool ReadRGBAFrame(const char* input_file_name, int input_frame_size,
214 unsigned input_frame_size = input_->GetFrameSize(); in HasAlignmentPadding() local216 input_frame_size - parameter_count * kPointerSize - in HasAlignmentPadding()
836 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeJSFrame() local878 unsigned input_offset = input_frame_size; in DoComputeJSFrame()1055 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeInterpretedFrame() local1090 unsigned input_offset = input_frame_size; in DoComputeInterpretedFrame()1666 int input_frame_size = input_->GetFrameSize(); in DoComputeCompiledStubFrame() local1691 unsigned input_frame_offset = input_frame_size - kPCOnStackSize; in DoComputeCompiledStubFrame()