Searched refs:input_frame_size (Results 1 – 5 of 5) sorted by relevance
47 int input_frame_size = InputFrameSize(); in ConvertRGBAToI420Video() local48 uint8* rgba_buffer = new uint8[input_frame_size]; in ConvertRGBAToI420Video()72 ReadRGBAFrame(input_file_name.c_str(), input_frame_size, rgba_buffer); in ConvertRGBAToI420Video()131 bool Converter::ReadRGBAFrame(const char* input_file_name, int input_frame_size, in ReadRGBAFrame() argument140 size_t nbr_read = fread(buffer, 1, input_frame_size, input_file); in ReadRGBAFrame()143 if (nbr_read != static_cast<size_t>(input_frame_size)) { in ReadRGBAFrame()
88 bool ReadRGBAFrame(const char* input_file_name, int input_frame_size,
216 unsigned input_frame_size = input_->GetFrameSize(); in HasAlignmentPadding() local218 input_frame_size - parameter_count * kPointerSize - in HasAlignmentPadding()
899 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeJSFrame() local940 unsigned input_offset = input_frame_size; in DoComputeJSFrame()1595 int input_frame_size = input_->GetFrameSize(); in DoComputeCompiledStubFrame() local1620 unsigned input_frame_offset = input_frame_size - kPCOnStackSize; in DoComputeCompiledStubFrame()